pub enum OsNotifyPolicy {
Never,
ErrorOnly,
Always,
}Variants§
Trait Implementations§
Source§impl Clone for OsNotifyPolicy
impl Clone for OsNotifyPolicy
Source§fn clone(&self) -> OsNotifyPolicy
fn clone(&self) -> OsNotifyPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OsNotifyPolicy
Source§impl Debug for OsNotifyPolicy
impl Debug for OsNotifyPolicy
Source§impl Default for OsNotifyPolicy
impl Default for OsNotifyPolicy
Source§fn default() -> OsNotifyPolicy
fn default() -> OsNotifyPolicy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OsNotifyPolicy
impl RefUnwindSafe for OsNotifyPolicy
impl Send for OsNotifyPolicy
impl Sync for OsNotifyPolicy
impl Unpin for OsNotifyPolicy
impl UnsafeUnpin for OsNotifyPolicy
impl UnwindSafe for OsNotifyPolicy
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