pub struct BOTH_BOUNDARY { /* private fields */ }
Trait Implementations§
Source§impl Deref for BOTH_BOUNDARY
impl Deref for BOTH_BOUNDARY
impl LazyStatic for BOTH_BOUNDARY
Auto Trait Implementations§
impl Freeze for BOTH_BOUNDARY
impl RefUnwindSafe for BOTH_BOUNDARY
impl Send for BOTH_BOUNDARY
impl Sync for BOTH_BOUNDARY
impl Unpin for BOTH_BOUNDARY
impl UnwindSafe for BOTH_BOUNDARY
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