pub enum AttributesKind {
Map,
Struct(Ident),
None,
}
Variants§
Auto Trait Implementations§
impl Freeze for AttributesKind
impl RefUnwindSafe for AttributesKind
impl !Send for AttributesKind
impl !Sync for AttributesKind
impl Unpin for AttributesKind
impl UnwindSafe for AttributesKind
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