pub struct ConstDecl(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ConstDecl
impl !UnwindSafe for ConstDecl
impl Freeze for ConstDecl
impl Send for ConstDecl
impl Sync for ConstDecl
impl Unpin for ConstDecl
impl UnsafeUnpin for ConstDecl
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