pub struct ChangeEventId(/* private fields */);Expand description
A change event identifier.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ChangeEventId
impl AsRef<str> for ChangeEventId
Source§impl Clone for ChangeEventId
impl Clone for ChangeEventId
Source§fn clone(&self) -> ChangeEventId
fn clone(&self) -> ChangeEventId
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 ChangeEventId
impl Debug for ChangeEventId
Source§impl Default for ChangeEventId
impl Default for ChangeEventId
Source§fn default() -> ChangeEventId
fn default() -> ChangeEventId
Returns the “default value” for a type. Read more
Source§impl Display for ChangeEventId
impl Display for ChangeEventId
Source§impl From<&str> for ChangeEventId
impl From<&str> for ChangeEventId
Source§impl From<String> for ChangeEventId
impl From<String> for ChangeEventId
Source§impl Hash for ChangeEventId
impl Hash for ChangeEventId
Source§impl Ord for ChangeEventId
impl Ord for ChangeEventId
Source§fn cmp(&self, other: &ChangeEventId) -> Ordering
fn cmp(&self, other: &ChangeEventId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ChangeEventId
impl PartialEq for ChangeEventId
Source§fn eq(&self, other: &ChangeEventId) -> bool
fn eq(&self, other: &ChangeEventId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ChangeEventId
impl PartialOrd for ChangeEventId
impl Eq for ChangeEventId
impl StructuralPartialEq for ChangeEventId
Auto Trait Implementations§
impl Freeze for ChangeEventId
impl RefUnwindSafe for ChangeEventId
impl Send for ChangeEventId
impl Sync for ChangeEventId
impl Unpin for ChangeEventId
impl UnsafeUnpin for ChangeEventId
impl UnwindSafe for ChangeEventId
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