pub struct NotifyAction {
pub key: String,
pub label: String,
}Fields§
§key: String§label: StringTrait Implementations§
Source§impl Clone for NotifyAction
impl Clone for NotifyAction
Source§fn clone(&self) -> NotifyAction
fn clone(&self) -> NotifyAction
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 moreSource§impl Debug for NotifyAction
impl Debug for NotifyAction
Source§impl<'de> Deserialize<'de> for NotifyAction
impl<'de> Deserialize<'de> for NotifyAction
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
Auto Trait Implementations§
impl Freeze for NotifyAction
impl RefUnwindSafe for NotifyAction
impl Send for NotifyAction
impl Sync for NotifyAction
impl Unpin for NotifyAction
impl UnsafeUnpin for NotifyAction
impl UnwindSafe for NotifyAction
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