Struct automerge_test::ExportedOpId
source · pub struct ExportedOpId(/* private fields */);
Trait Implementations§
source§impl Debug for ExportedOpId
impl Debug for ExportedOpId
source§impl Display for ExportedOpId
impl Display for ExportedOpId
source§impl Hash for ExportedOpId
impl Hash for ExportedOpId
source§impl PartialEq<ExportedOpId> for ExportedOpId
impl PartialEq<ExportedOpId> for ExportedOpId
source§fn eq(&self, other: &ExportedOpId) -> bool
fn eq(&self, other: &ExportedOpId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExportedOpId
impl StructuralEq for ExportedOpId
impl StructuralPartialEq for ExportedOpId
Auto Trait Implementations§
impl RefUnwindSafe for ExportedOpId
impl Send for ExportedOpId
impl Sync for ExportedOpId
impl Unpin for ExportedOpId
impl UnwindSafe for ExportedOpId
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