pub struct V1Notification {
pub value: Option<V1NotificationValue>,
pub common_value_fields: Option<V1CommonValueFields>,
pub childs: HashMap<String, V1Notification>,
}
Fields§
§value: Option<V1NotificationValue>
§common_value_fields: Option<V1CommonValueFields>
§childs: HashMap<String, V1Notification>
Implementations§
Source§impl V1Notification
impl V1Notification
pub fn builder() -> V1NotificationBuilder
Trait Implementations§
Source§impl Clone for V1Notification
impl Clone for V1Notification
Source§fn clone(&self) -> V1Notification
fn clone(&self) -> V1Notification
Returns a copy 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 V1Notification
impl Debug for V1Notification
Source§impl Default for V1Notification
impl Default for V1Notification
Source§fn default() -> V1Notification
fn default() -> V1Notification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1Notification
impl<'de> Deserialize<'de> for V1Notification
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 V1Notification
impl PartialEq for V1Notification
Source§impl Serialize for V1Notification
impl Serialize for V1Notification
impl StructuralPartialEq for V1Notification
Auto Trait Implementations§
impl Freeze for V1Notification
impl RefUnwindSafe for V1Notification
impl Send for V1Notification
impl Sync for V1Notification
impl Unpin for V1Notification
impl UnwindSafe for V1Notification
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