pub struct AlertParameter {
pub name: String,
pub value: String,
}Fields§
§name: String§value: StringTrait Implementations§
Source§impl Clone for AlertParameter
impl Clone for AlertParameter
Source§fn clone(&self) -> AlertParameter
fn clone(&self) -> AlertParameter
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 AlertParameter
impl Debug for AlertParameter
Source§impl Default for AlertParameter
impl Default for AlertParameter
Source§impl<'de> Deserialize<'de> for AlertParameter
impl<'de> Deserialize<'de> for AlertParameter
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 AlertParameter
impl PartialEq for AlertParameter
Source§impl Serialize for AlertParameter
impl Serialize for AlertParameter
impl Message for AlertParameter
impl StructuralPartialEq for AlertParameter
Auto Trait Implementations§
impl Freeze for AlertParameter
impl RefUnwindSafe for AlertParameter
impl Send for AlertParameter
impl Sync for AlertParameter
impl Unpin for AlertParameter
impl UnwindSafe for AlertParameter
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