pub struct AssocConst { /* private fields */ }Expand description
Info about a constant on a Type. Allows getting the Value of this constant, assuming the
reflection was configured to allow it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssocConst
impl RefUnwindSafe for AssocConst
impl Send for AssocConst
impl Sync for AssocConst
impl Unpin for AssocConst
impl UnwindSafe for AssocConst
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