pub struct PlugField {
pub ident: Ident,
pub value: Expr,
}Fields§
§ident: Ident§value: ExprAuto Trait Implementations§
impl Freeze for PlugField
impl RefUnwindSafe for PlugField
impl !Send for PlugField
impl !Sync for PlugField
impl Unpin for PlugField
impl UnwindSafe for PlugField
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