pub struct ContextSeparator {
pub indent_cols: u32,
}Fields§
§indent_cols: u32Trait Implementations§
Source§impl Clone for ContextSeparator
impl Clone for ContextSeparator
Source§fn clone(&self) -> ContextSeparator
fn clone(&self) -> ContextSeparator
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 ContextSeparator
impl Debug for ContextSeparator
Auto Trait Implementations§
impl Freeze for ContextSeparator
impl RefUnwindSafe for ContextSeparator
impl Send for ContextSeparator
impl Sync for ContextSeparator
impl Unpin for ContextSeparator
impl UnsafeUnpin for ContextSeparator
impl UnwindSafe for ContextSeparator
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