pub struct MistEmailContent {
pub connected_switch: String,
pub reason: String,
pub status: String,
pub ap: String,
}Expand description
Mist Email Content
Fields§
§connected_switch: StringConntected Switch
reason: StringEvent Reason
status: StringStatus
ap: StringAccess Point
Trait Implementations§
Source§impl Clone for MistEmailContent
impl Clone for MistEmailContent
Source§fn clone(&self) -> MistEmailContent
fn clone(&self) -> MistEmailContent
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MistEmailContent
impl Debug for MistEmailContent
Source§impl<'de> Deserialize<'de> for MistEmailContent
impl<'de> Deserialize<'de> for MistEmailContent
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 MistEmailContent
impl RefUnwindSafe for MistEmailContent
impl Send for MistEmailContent
impl Sync for MistEmailContent
impl Unpin for MistEmailContent
impl UnwindSafe for MistEmailContent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)