pub struct ObserverId(pub String);Expand description
Observer identifier.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for ObserverId
impl Clone for ObserverId
Source§fn clone(&self) -> ObserverId
fn clone(&self) -> ObserverId
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 ObserverId
impl Debug for ObserverId
Source§impl<'de> Deserialize<'de> for ObserverId
impl<'de> Deserialize<'de> for ObserverId
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 Display for ObserverId
impl Display for ObserverId
Source§impl Hash for ObserverId
impl Hash for ObserverId
Source§impl PartialEq for ObserverId
impl PartialEq for ObserverId
Source§impl Serialize for ObserverId
impl Serialize for ObserverId
impl Eq for ObserverId
impl StructuralPartialEq for ObserverId
Auto Trait Implementations§
impl Freeze for ObserverId
impl RefUnwindSafe for ObserverId
impl Send for ObserverId
impl Sync for ObserverId
impl Unpin for ObserverId
impl UnsafeUnpin for ObserverId
impl UnwindSafe for ObserverId
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