pub struct LcAttr(/* private fields */);Expand description
Left attribute ID.
Implementations§
Trait Implementations§
Source§impl Ord for LcAttr
impl Ord for LcAttr
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LcAttr
impl PartialOrd for LcAttr
impl Copy for LcAttr
impl Eq for LcAttr
impl StructuralPartialEq for LcAttr
Auto Trait Implementations§
impl Freeze for LcAttr
impl RefUnwindSafe for LcAttr
impl Send for LcAttr
impl Sync for LcAttr
impl Unpin for LcAttr
impl UnsafeUnpin for LcAttr
impl UnwindSafe for LcAttr
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