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