pub struct NewLineIfHangingSpaceOtherwiseOptions {
pub start_lsil: LineStartIndentLevel,
pub end_lsil: Option<LineStartIndentLevel>,
pub space_char: Option<PrintItems>,
}
Fields§
§start_lsil: LineStartIndentLevel
§end_lsil: Option<LineStartIndentLevel>
§space_char: Option<PrintItems>
Auto Trait Implementations§
impl Freeze for NewLineIfHangingSpaceOtherwiseOptions
impl !RefUnwindSafe for NewLineIfHangingSpaceOtherwiseOptions
impl !Send for NewLineIfHangingSpaceOtherwiseOptions
impl !Sync for NewLineIfHangingSpaceOtherwiseOptions
impl Unpin for NewLineIfHangingSpaceOtherwiseOptions
impl !UnwindSafe for NewLineIfHangingSpaceOtherwiseOptions
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