pub struct AttributeDisplayOptions {
pub indent: usize,
pub show_defaults: bool,
pub show_target: bool,
pub show_pcs: bool,
pub show_misc: bool,
}Fields§
§indent: usize§show_defaults: bool§show_target: bool§show_pcs: bool§show_misc: boolAuto Trait Implementations§
impl Freeze for AttributeDisplayOptions
impl RefUnwindSafe for AttributeDisplayOptions
impl Send for AttributeDisplayOptions
impl Sync for AttributeDisplayOptions
impl Unpin for AttributeDisplayOptions
impl UnwindSafe for AttributeDisplayOptions
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