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