pub struct DeclTag { /* private fields */ }Expand description
Represents a DeclTag type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeclTag
impl RefUnwindSafe for DeclTag
impl Send for DeclTag
impl Sync for DeclTag
impl Unpin for DeclTag
impl UnwindSafe for DeclTag
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