Struct ChangeEventId
pub struct ChangeEventId(/* private fields */);Expand description
A change event identifier.
Implementations§
§impl ChangeEventId
impl ChangeEventId
Trait Implementations§
§impl AsRef<str> for ChangeEventId
impl AsRef<str> for ChangeEventId
§impl Clone for ChangeEventId
impl Clone for ChangeEventId
§fn clone(&self) -> ChangeEventId
fn clone(&self) -> ChangeEventId
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 more§impl Debug for ChangeEventId
impl Debug for ChangeEventId
§impl Default for ChangeEventId
impl Default for ChangeEventId
§fn default() -> ChangeEventId
fn default() -> ChangeEventId
Returns the “default value” for a type. Read more
§impl Display for ChangeEventId
impl Display for ChangeEventId
§impl From<&str> for ChangeEventId
impl From<&str> for ChangeEventId
§fn from(value: &str) -> ChangeEventId
fn from(value: &str) -> ChangeEventId
Converts to this type from the input type.
§impl From<String> for ChangeEventId
impl From<String> for ChangeEventId
§fn from(value: String) -> ChangeEventId
fn from(value: String) -> ChangeEventId
Converts to this type from the input type.
§impl Hash for ChangeEventId
impl Hash for ChangeEventId
§impl Ord for ChangeEventId
impl Ord for ChangeEventId
§impl PartialEq for ChangeEventId
impl PartialEq for ChangeEventId
§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