pub struct RcAttr(/* private fields */);Expand description
Right attribute ID.
Implementations§
Trait Implementations§
Source§impl Ord for RcAttr
impl Ord for RcAttr
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 RcAttr
impl PartialOrd for RcAttr
impl Copy for RcAttr
impl Eq for RcAttr
impl StructuralPartialEq for RcAttr
Auto Trait Implementations§
impl Freeze for RcAttr
impl RefUnwindSafe for RcAttr
impl Send for RcAttr
impl Sync for RcAttr
impl Unpin for RcAttr
impl UnsafeUnpin for RcAttr
impl UnwindSafe for RcAttr
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