pub struct NotificationChannelFragment {
pub resource: Resource,
pub properties: Option<NotificationChannelPropertiesFragment>,
}Expand description
A notification.
Fields§
§resource: Resource§properties: Option<NotificationChannelPropertiesFragment>Properties of a schedule.
Implementations§
Trait Implementations§
Source§impl Clone for NotificationChannelFragment
impl Clone for NotificationChannelFragment
Source§fn clone(&self) -> NotificationChannelFragment
fn clone(&self) -> NotificationChannelFragment
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 NotificationChannelFragment
impl Debug for NotificationChannelFragment
Source§impl Default for NotificationChannelFragment
impl Default for NotificationChannelFragment
Source§fn default() -> NotificationChannelFragment
fn default() -> NotificationChannelFragment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationChannelFragment
impl<'de> Deserialize<'de> for NotificationChannelFragment
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 NotificationChannelFragment
impl PartialEq for NotificationChannelFragment
Source§fn eq(&self, other: &NotificationChannelFragment) -> bool
fn eq(&self, other: &NotificationChannelFragment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NotificationChannelFragment
Auto Trait Implementations§
impl Freeze for NotificationChannelFragment
impl RefUnwindSafe for NotificationChannelFragment
impl Send for NotificationChannelFragment
impl Sync for NotificationChannelFragment
impl Unpin for NotificationChannelFragment
impl UnsafeUnpin for NotificationChannelFragment
impl UnwindSafe for NotificationChannelFragment
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