pub struct OutputAffixes {
pub item_prefix: Option<PrefixKind>,
pub item_suffix: Option<Suffix>,
pub key_prefix: Option<PrefixKind>,
pub key_suffix: Option<Suffix>,
pub value_prefix: Option<PrefixKind>,
pub value_suffix: Option<Suffix>,
}Fields§
§item_prefix: Option<PrefixKind>§item_suffix: Option<Suffix>§key_prefix: Option<PrefixKind>§key_suffix: Option<Suffix>§value_prefix: Option<PrefixKind>§value_suffix: Option<Suffix>Trait Implementations§
Source§impl Clone for OutputAffixes
impl Clone for OutputAffixes
Source§fn clone(&self) -> OutputAffixes
fn clone(&self) -> OutputAffixes
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 moreAuto Trait Implementations§
impl Freeze for OutputAffixes
impl RefUnwindSafe for OutputAffixes
impl Send for OutputAffixes
impl Sync for OutputAffixes
impl Unpin for OutputAffixes
impl UnwindSafe for OutputAffixes
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