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