#[repr(transparent)]pub struct RedactionIntervalId(pub u64);Expand description
A unique redaction / provenance interval identifier.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for RedactionIntervalId
impl Clone for RedactionIntervalId
Source§fn clone(&self) -> RedactionIntervalId
fn clone(&self) -> RedactionIntervalId
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 moreimpl Copy for RedactionIntervalId
Source§impl Debug for RedactionIntervalId
impl Debug for RedactionIntervalId
Source§impl Default for RedactionIntervalId
impl Default for RedactionIntervalId
Source§fn default() -> RedactionIntervalId
fn default() -> RedactionIntervalId
Returns the “default value” for a type. Read more
impl Eq for RedactionIntervalId
Source§impl Hash for RedactionIntervalId
impl Hash for RedactionIntervalId
Source§impl PartialEq for RedactionIntervalId
impl PartialEq for RedactionIntervalId
impl StructuralPartialEq for RedactionIntervalId
Auto Trait Implementations§
impl Freeze for RedactionIntervalId
impl RefUnwindSafe for RedactionIntervalId
impl Send for RedactionIntervalId
impl Sync for RedactionIntervalId
impl Unpin for RedactionIntervalId
impl UnsafeUnpin for RedactionIntervalId
impl UnwindSafe for RedactionIntervalId
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