pub struct IndentGuide {
pub column: usize,
pub is_active: bool,
}Fields§
§column: usize§is_active: boolImplementations§
Trait Implementations§
Source§impl Clone for IndentGuide
impl Clone for IndentGuide
Source§fn clone(&self) -> IndentGuide
fn clone(&self) -> IndentGuide
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 IndentGuide
impl Debug for IndentGuide
Source§impl PartialEq for IndentGuide
impl PartialEq for IndentGuide
impl Eq for IndentGuide
impl StructuralPartialEq for IndentGuide
Auto Trait Implementations§
impl Freeze for IndentGuide
impl RefUnwindSafe for IndentGuide
impl Send for IndentGuide
impl Sync for IndentGuide
impl Unpin for IndentGuide
impl UnsafeUnpin for IndentGuide
impl UnwindSafe for IndentGuide
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