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