pub struct TierAdaptConfig {
pub t1_strip_system: bool,
pub t1_condense_turns: bool,
pub t2_default_preamble: Option<String>,
pub t3_t4_passthrough: bool,
}Fields§
§t1_strip_system: bool§t1_condense_turns: bool§t2_default_preamble: Option<String>§t3_t4_passthrough: boolTrait Implementations§
Source§impl Clone for TierAdaptConfig
impl Clone for TierAdaptConfig
Source§fn clone(&self) -> TierAdaptConfig
fn clone(&self) -> TierAdaptConfig
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 TierAdaptConfig
impl Debug for TierAdaptConfig
Source§impl Default for TierAdaptConfig
impl Default for TierAdaptConfig
Source§impl<'de> Deserialize<'de> for TierAdaptConfig
impl<'de> Deserialize<'de> for TierAdaptConfig
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 TierAdaptConfig
impl RefUnwindSafe for TierAdaptConfig
impl Send for TierAdaptConfig
impl Sync for TierAdaptConfig
impl Unpin for TierAdaptConfig
impl UnsafeUnpin for TierAdaptConfig
impl UnwindSafe for TierAdaptConfig
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