pub struct PPr {
pub indent: Option<Indent>,
}
Fields§
§indent: Option<Indent>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PPr
impl RefUnwindSafe for PPr
impl Send for PPr
impl Sync for PPr
impl Unpin for PPr
impl UnwindSafe for PPr
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