pub struct KeyList;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyList
impl RefUnwindSafe for KeyList
impl Send for KeyList
impl Sync for KeyList
impl Unpin for KeyList
impl UnwindSafe for KeyList
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