pub enum PushMode {
Config,
Enabled,
Disabled,
}Variants§
Implementations§
Trait Implementations§
impl Copy for PushMode
impl Eq for PushMode
impl StructuralPartialEq for PushMode
Auto Trait Implementations§
impl Freeze for PushMode
impl RefUnwindSafe for PushMode
impl Send for PushMode
impl Sync for PushMode
impl Unpin for PushMode
impl UnsafeUnpin for PushMode
impl UnwindSafe for PushMode
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