pub struct AttrList(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for AttrList
impl Ord for AttrList
Source§impl PartialOrd for AttrList
impl PartialOrd for AttrList
Source§impl StaticType for AttrList
impl StaticType for AttrList
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for AttrList
impl StructuralPartialEq for AttrList
Auto Trait Implementations§
impl Freeze for AttrList
impl RefUnwindSafe for AttrList
impl !Send for AttrList
impl !Sync for AttrList
impl Unpin for AttrList
impl UnwindSafe for AttrList
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