pub struct RedactionProfile(/* private fields */);Implementations§
Source§impl RedactionProfile
impl RedactionProfile
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for RedactionProfile
impl Clone for RedactionProfile
Source§fn clone(&self) -> RedactionProfile
fn clone(&self) -> RedactionProfile
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 RedactionProfile
impl Debug for RedactionProfile
Source§impl<'de> Deserialize<'de> for RedactionProfile
impl<'de> Deserialize<'de> for RedactionProfile
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for RedactionProfile
impl Hash for RedactionProfile
Source§impl Ord for RedactionProfile
impl Ord for RedactionProfile
Source§fn cmp(&self, other: &RedactionProfile) -> Ordering
fn cmp(&self, other: &RedactionProfile) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RedactionProfile
impl PartialEq for RedactionProfile
Source§impl PartialOrd for RedactionProfile
impl PartialOrd for RedactionProfile
Source§impl Serialize for RedactionProfile
impl Serialize for RedactionProfile
impl Eq for RedactionProfile
impl StructuralPartialEq for RedactionProfile
Auto Trait Implementations§
impl Freeze for RedactionProfile
impl RefUnwindSafe for RedactionProfile
impl Send for RedactionProfile
impl Sync for RedactionProfile
impl Unpin for RedactionProfile
impl UnsafeUnpin for RedactionProfile
impl UnwindSafe for RedactionProfile
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