pub struct RedactionResult {
pub value: Value,
pub redacted: bool,
}Fields§
§value: Value§redacted: boolTrait Implementations§
Source§impl Clone for RedactionResult
impl Clone for RedactionResult
Source§fn clone(&self) -> RedactionResult
fn clone(&self) -> RedactionResult
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 RedactionResult
impl Debug for RedactionResult
impl Eq for RedactionResult
Source§impl PartialEq for RedactionResult
impl PartialEq for RedactionResult
Source§fn eq(&self, other: &RedactionResult) -> bool
fn eq(&self, other: &RedactionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RedactionResult
Auto Trait Implementations§
impl Freeze for RedactionResult
impl RefUnwindSafe for RedactionResult
impl Send for RedactionResult
impl Sync for RedactionResult
impl Unpin for RedactionResult
impl UnsafeUnpin for RedactionResult
impl UnwindSafe for RedactionResult
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