pub enum PathConstructOpOffset {}Auto Trait Implementations§
impl Freeze for PathConstructOpOffset
impl RefUnwindSafe for PathConstructOpOffset
impl Send for PathConstructOpOffset
impl Sync for PathConstructOpOffset
impl Unpin for PathConstructOpOffset
impl UnsafeUnpin for PathConstructOpOffset
impl UnwindSafe for PathConstructOpOffset
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