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