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