pub struct TextParam {
pub format: Option<TextFormat>,
pub verbosity: Verbosity,
}Fields§
§format: Option<TextFormat>§verbosity: VerbosityTrait Implementations§
Source§impl<'de> Deserialize<'de> for TextParam
impl<'de> Deserialize<'de> for TextParam
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 StructuralPartialEq for TextParam
Auto Trait Implementations§
impl Freeze for TextParam
impl RefUnwindSafe for TextParam
impl Send for TextParam
impl Sync for TextParam
impl Unpin for TextParam
impl UnwindSafe for TextParam
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