pub struct IConst { /* private fields */ }Expand description
Token
Trait Implementations§
impl Eq for IConst
impl StructuralPartialEq for IConst
Auto Trait Implementations§
impl Freeze for IConst
impl !RefUnwindSafe for IConst
impl !Send for IConst
impl !Sync for IConst
impl Unpin for IConst
impl !UnwindSafe for IConst
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