Enum ntfy_types::NtfyActionType
source · [−]pub enum NtfyActionType {
View,
}Variants
View
Trait Implementations
sourceimpl Clone for NtfyActionType
impl Clone for NtfyActionType
sourcefn clone(&self) -> NtfyActionType
fn clone(&self) -> NtfyActionType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NtfyActionType
impl Debug for NtfyActionType
sourceimpl Default for NtfyActionType
impl Default for NtfyActionType
sourceimpl<'de> Deserialize<'de> for NtfyActionType
impl<'de> Deserialize<'de> for NtfyActionType
sourcefn 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
sourceimpl PartialEq<NtfyActionType> for NtfyActionType
impl PartialEq<NtfyActionType> for NtfyActionType
sourcefn eq(&self, other: &NtfyActionType) -> bool
fn eq(&self, other: &NtfyActionType) -> bool
sourceimpl Serialize for NtfyActionType
impl Serialize for NtfyActionType
impl Copy for NtfyActionType
impl StructuralPartialEq for NtfyActionType
Auto Trait Implementations
impl RefUnwindSafe for NtfyActionType
impl Send for NtfyActionType
impl Sync for NtfyActionType
impl Unpin for NtfyActionType
impl UnwindSafe for NtfyActionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more