pub struct Fielder {
pub name: Sym,
pub init: Option<Box<Expr>>,
}
Fields§
§name: Sym
§init: Option<Box<Expr>>
Trait Implementations§
source§impl PartialEq for Fielder
impl PartialEq for Fielder
impl Eq for Fielder
impl StructuralPartialEq for Fielder
Auto Trait Implementations§
impl Freeze for Fielder
impl RefUnwindSafe for Fielder
impl Send for Fielder
impl Sync for Fielder
impl Unpin for Fielder
impl UnwindSafe for Fielder
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