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