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