struct AttrSel {
name: String,
op: AttrOp,
value: String,
}Fields§
§name: String§op: AttrOp§value: StringAuto Trait Implementations§
impl Freeze for AttrSel
impl RefUnwindSafe for AttrSel
impl Send for AttrSel
impl Sync for AttrSel
impl Unpin for AttrSel
impl UnsafeUnpin for AttrSel
impl UnwindSafe for AttrSel
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