pub struct KeyUsers(pub HashMap<u32, KeyUser>);Expand description
Information about a set of users with at least one key.
Tuple Fields§
§0: HashMap<u32, KeyUser>Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeyUsers
impl<'de> Deserialize<'de> for KeyUsers
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromBufRead for KeyUsers
impl FromBufRead for KeyUsers
fn from_buf_read<R: BufRead>(r: R) -> ProcResult<Self>
Auto Trait Implementations§
impl Freeze for KeyUsers
impl RefUnwindSafe for KeyUsers
impl Send for KeyUsers
impl Sync for KeyUsers
impl Unpin for KeyUsers
impl UnsafeUnpin for KeyUsers
impl UnwindSafe for KeyUsers
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more