pub struct ShField {
pub base: Box<ShExpr>,
pub member: String,
}
Fields§
§base: Box<ShExpr>
§member: String
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShField
Auto Trait Implementations§
impl Freeze for ShField
impl RefUnwindSafe for ShField
impl Send for ShField
impl Sync for ShField
impl Unpin for ShField
impl UnwindSafe for ShField
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