pub struct PostProcessSchema {
pub rules: Vec<PostProcessRule>,
}Fields§
§rules: Vec<PostProcessRule>Trait Implementations§
Source§impl Clone for PostProcessSchema
impl Clone for PostProcessSchema
Source§fn clone(&self) -> PostProcessSchema
fn clone(&self) -> PostProcessSchema
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 PostProcessSchema
impl Debug for PostProcessSchema
Source§impl<'de> Deserialize<'de> for PostProcessSchema
impl<'de> Deserialize<'de> for PostProcessSchema
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
Auto Trait Implementations§
impl Freeze for PostProcessSchema
impl RefUnwindSafe for PostProcessSchema
impl Send for PostProcessSchema
impl Sync for PostProcessSchema
impl Unpin for PostProcessSchema
impl UnsafeUnpin for PostProcessSchema
impl UnwindSafe for PostProcessSchema
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