pub struct StateObserved {
pub name: String,
pub description: Option<String>,
}Fields§
§name: String§description: Option<String>Trait Implementations§
Source§impl Clone for StateObserved
impl Clone for StateObserved
Source§fn clone(&self) -> StateObserved
fn clone(&self) -> StateObserved
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 StateObserved
impl Debug for StateObserved
Source§impl PartialEq for StateObserved
impl PartialEq for StateObserved
Source§fn eq(&self, other: &StateObserved) -> bool
fn eq(&self, other: &StateObserved) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StateObserved
Auto Trait Implementations§
impl Freeze for StateObserved
impl RefUnwindSafe for StateObserved
impl Send for StateObserved
impl Sync for StateObserved
impl Unpin for StateObserved
impl UnsafeUnpin for StateObserved
impl UnwindSafe for StateObserved
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