Searched defs:AuthMgrMessage (Results 1 – 2 of 2) sorted by relevance
75 pub struct AuthMgrMessage(pub Vec<u8>); struct77 impl Deserialize for AuthMgrMessage { implementation86 impl<'s> Serialize<'s> for AuthMgrMessage { implementation
585 pub struct AuthMgrMessage(pub Vec<u8>); in test_authmgr_raw_command_without_authentication() struct587 impl Deserialize for AuthMgrMessage { in test_authmgr_raw_command_without_authentication() implementation596 impl<'s> Serialize<'s> for AuthMgrMessage { in test_authmgr_raw_command_without_authentication() implementation