pub enum RedactionSchema {
V1,
}Variants§
V1
Trait Implementations§
Source§impl Clone for RedactionSchema
impl Clone for RedactionSchema
Source§fn clone(&self) -> RedactionSchema
fn clone(&self) -> RedactionSchema
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 RedactionSchema
impl Debug for RedactionSchema
Source§impl<'de> Deserialize<'de> for RedactionSchema
impl<'de> Deserialize<'de> for RedactionSchema
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RedactionSchema
Source§impl PartialEq for RedactionSchema
impl PartialEq for RedactionSchema
Source§fn eq(&self, other: &RedactionSchema) -> bool
fn eq(&self, other: &RedactionSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for RedactionSchema
impl RunxSchema for RedactionSchema
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for RedactionSchema
impl Serialize for RedactionSchema
impl StructuralPartialEq for RedactionSchema
Auto Trait Implementations§
impl Freeze for RedactionSchema
impl RefUnwindSafe for RedactionSchema
impl Send for RedactionSchema
impl Sync for RedactionSchema
impl Unpin for RedactionSchema
impl UnsafeUnpin for RedactionSchema
impl UnwindSafe for RedactionSchema
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