pub struct SymDef {
pub sym: Symbol,
pub version: usize,
}Fields§
§sym: Symbol§version: usizeImplementations§
Trait Implementations§
impl Eq for SymDef
impl Send for SymDef
impl Sync for SymDef
Auto Trait Implementations§
impl Freeze for SymDef
impl RefUnwindSafe for SymDef
impl Unpin for SymDef
impl UnsafeUnpin for SymDef
impl UnwindSafe for SymDef
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