pub struct Indent {
pub start: Option<i32>,
pub end: Option<i32>,
pub special_indent: Option<SpecialIndentType>,
pub start_chars: Option<i32>,
pub hanging_chars: Option<i32>,
pub first_line_chars: Option<i32>,
}
Fields§
§start: Option<i32>
§end: Option<i32>
§special_indent: Option<SpecialIndentType>
§start_chars: Option<i32>
§hanging_chars: Option<i32>
§first_line_chars: Option<i32>
Implementations§
Trait Implementations§
impl StructuralPartialEq for Indent
Auto Trait Implementations§
impl Freeze for Indent
impl RefUnwindSafe for Indent
impl Send for Indent
impl Sync for Indent
impl Unpin for Indent
impl UnwindSafe for Indent
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