pub enum LateMode {
Pre = 0,
Post = 1,
}Variants§
Trait Implementations§
impl Copy for LateMode
impl StructuralPartialEq for LateMode
Auto Trait Implementations§
impl Freeze for LateMode
impl RefUnwindSafe for LateMode
impl Send for LateMode
impl Sync for LateMode
impl Unpin for LateMode
impl UnwindSafe for LateMode
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