enum AttrKind {
Interface,
Subclass,
}
Expand description
The parsing of #[object_subclass]
and #[object_interface]
is subtly different.
Variants§
Auto Trait Implementations§
impl Freeze for AttrKind
impl RefUnwindSafe for AttrKind
impl Send for AttrKind
impl Sync for AttrKind
impl Unpin for AttrKind
impl UnwindSafe for AttrKind
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