pub struct NewLineIfHangingSpaceOtherwiseOptions {
pub start_lsil: LineStartIndentLevel,
pub end_lsil: Option<LineStartIndentLevel>,
pub space_char: Option<PrintItems>,
}Fields
start_lsil: LineStartIndentLevelend_lsil: Option<LineStartIndentLevel>space_char: Option<PrintItems>Auto Trait Implementations
impl !RefUnwindSafe for NewLineIfHangingSpaceOtherwiseOptions
impl !Send for NewLineIfHangingSpaceOtherwiseOptions
impl !Sync for NewLineIfHangingSpaceOtherwiseOptions
impl Unpin for NewLineIfHangingSpaceOtherwiseOptions
impl !UnwindSafe for NewLineIfHangingSpaceOtherwiseOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more