pub struct ShVar {
pub name: String,
pub ty: String,
pub store: ShVarStore,
}
Fields§
§name: String
§ty: String
§store: ShVarStore
Trait Implementations§
impl StructuralPartialEq for ShVar
Auto Trait Implementations§
impl Freeze for ShVar
impl RefUnwindSafe for ShVar
impl Send for ShVar
impl Sync for ShVar
impl Unpin for ShVar
impl UnwindSafe for ShVar
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