Enum DeclUser
pub enum DeclUser {}
Expand description
Expresses that a class is declared by the user.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeclUser
impl RefUnwindSafe for DeclUser
impl Send for DeclUser
impl Sync for DeclUser
impl Unpin for DeclUser
impl UnwindSafe for DeclUser
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