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