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