pub enum SignalAction {
Created,
Updated,
Deleted,
Renamed,
Accessed,
MetadataChanged,
Observed,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SignalAction
impl Clone for SignalAction
Source§fn clone(&self) -> SignalAction
fn clone(&self) -> SignalAction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignalAction
impl Debug for SignalAction
Source§impl<'de> Deserialize<'de> for SignalAction
impl<'de> Deserialize<'de> for SignalAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SignalAction
impl PartialEq for SignalAction
Source§impl Serialize for SignalAction
impl Serialize for SignalAction
impl Copy for SignalAction
impl Eq for SignalAction
impl StructuralPartialEq for SignalAction
Auto Trait Implementations§
impl Freeze for SignalAction
impl RefUnwindSafe for SignalAction
impl Send for SignalAction
impl Sync for SignalAction
impl Unpin for SignalAction
impl UnsafeUnpin for SignalAction
impl UnwindSafe for SignalAction
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