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