pub struct labelfontname(/* private fields */);
Trait Implementations§
Source§impl Debug for labelfontname
impl Debug for labelfontname
Source§impl Default for labelfontname
impl Default for labelfontname
Source§impl IntoAttribute for labelfontname
impl IntoAttribute for labelfontname
Source§impl PartialEq for labelfontname
impl PartialEq for labelfontname
impl StructuralPartialEq for labelfontname
Auto Trait Implementations§
impl Freeze for labelfontname
impl RefUnwindSafe for labelfontname
impl Send for labelfontname
impl Sync for labelfontname
impl Unpin for labelfontname
impl UnwindSafe for labelfontname
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