pub struct PostProcessingConfig {
pub replace_with_token: bool,
pub token_format: Option<String>,
}Fields§
§replace_with_token: bool§token_format: Option<String>Trait Implementations§
Source§impl Clone for PostProcessingConfig
impl Clone for PostProcessingConfig
Source§fn clone(&self) -> PostProcessingConfig
fn clone(&self) -> PostProcessingConfig
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 PostProcessingConfig
impl Debug for PostProcessingConfig
Source§impl Default for PostProcessingConfig
impl Default for PostProcessingConfig
Source§fn default() -> PostProcessingConfig
fn default() -> PostProcessingConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostProcessingConfig
impl<'de> Deserialize<'de> for PostProcessingConfig
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 PostProcessingConfig
impl RefUnwindSafe for PostProcessingConfig
impl Send for PostProcessingConfig
impl Sync for PostProcessingConfig
impl Unpin for PostProcessingConfig
impl UnsafeUnpin for PostProcessingConfig
impl UnwindSafe for PostProcessingConfig
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