pub enum NtfyActionType {
View,
Broadcast,
Http,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NtfyActionType
impl Clone for NtfyActionType
Source§fn clone(&self) -> NtfyActionType
fn clone(&self) -> NtfyActionType
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 NtfyActionType
impl Debug for NtfyActionType
Source§impl Default for NtfyActionType
impl Default for NtfyActionType
Source§impl<'de> Deserialize<'de> for NtfyActionType
impl<'de> Deserialize<'de> for NtfyActionType
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 NtfyActionType
impl PartialEq for NtfyActionType
Source§impl Serialize for NtfyActionType
impl Serialize for NtfyActionType
impl Copy for NtfyActionType
impl StructuralPartialEq for NtfyActionType
Auto Trait Implementations§
impl Freeze for NtfyActionType
impl RefUnwindSafe for NtfyActionType
impl Send for NtfyActionType
impl Sync for NtfyActionType
impl Unpin for NtfyActionType
impl UnwindSafe for NtfyActionType
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