pub struct PurgeOpRef {
pub op_id: u64,
pub redaction_id: ContentHash,
}Expand description
A Purge op participating in undo redaction safety.
Fields§
§op_id: u64§redaction_id: ContentHashTrait Implementations§
Source§impl Clone for PurgeOpRef
impl Clone for PurgeOpRef
Source§fn clone(&self) -> PurgeOpRef
fn clone(&self) -> PurgeOpRef
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 PurgeOpRef
impl Debug for PurgeOpRef
impl Eq for PurgeOpRef
Source§impl PartialEq for PurgeOpRef
impl PartialEq for PurgeOpRef
impl StructuralPartialEq for PurgeOpRef
Auto Trait Implementations§
impl Freeze for PurgeOpRef
impl RefUnwindSafe for PurgeOpRef
impl Send for PurgeOpRef
impl Sync for PurgeOpRef
impl Unpin for PurgeOpRef
impl UnsafeUnpin for PurgeOpRef
impl UnwindSafe for PurgeOpRef
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