pub struct NewLineIfHangingSpaceOtherwiseOptions {
pub start_info: Info,
pub end_info: Option<Info>,
pub space_char: Option<PrintItems>,
}Fields
start_info: Infoend_info: Option<Info>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