pub struct MutRef {
pub name: String,
pub hash: u64,
pub is_mut: bool,
}
Fields§
§name: String
§hash: u64
§is_mut: bool
Trait Implementations§
impl Eq for MutRef
impl StructuralPartialEq for MutRef
Auto Trait Implementations§
impl Freeze for MutRef
impl RefUnwindSafe for MutRef
impl Send for MutRef
impl Sync for MutRef
impl Unpin for MutRef
impl UnwindSafe for MutRef
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