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