pub struct ChangeBatchId(/* private fields */);Expand description
Stable identity of one persisted change batch.
Implementations§
Trait Implementations§
Source§impl Clone for ChangeBatchId
impl Clone for ChangeBatchId
Source§fn clone(&self) -> ChangeBatchId
fn clone(&self) -> ChangeBatchId
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 ChangeBatchId
impl Debug for ChangeBatchId
Source§impl Hash for ChangeBatchId
impl Hash for ChangeBatchId
Source§impl PartialEq for ChangeBatchId
impl PartialEq for ChangeBatchId
impl Eq for ChangeBatchId
impl StructuralPartialEq for ChangeBatchId
Auto Trait Implementations§
impl Freeze for ChangeBatchId
impl RefUnwindSafe for ChangeBatchId
impl Send for ChangeBatchId
impl Sync for ChangeBatchId
impl Unpin for ChangeBatchId
impl UnwindSafe for ChangeBatchId
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