pub struct ConstantEntity { /* private fields */ }
Expand description
Builder for registering class/interface constants
Auto Trait Implementations§
impl Freeze for ConstantEntity
impl RefUnwindSafe for ConstantEntity
impl Send for ConstantEntity
impl Sync for ConstantEntity
impl Unpin for ConstantEntity
impl UnwindSafe for ConstantEntity
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