pub struct Structor {
pub to: Path,
pub init: Vec<Fielder>,
}
Expand description
A Struct creation expression: Path {
(Fielder ,
)* Fielder? }
Fields§
§to: Path
§init: Vec<Fielder>
Trait Implementations§
source§impl PartialEq for Structor
impl PartialEq for Structor
impl Eq for Structor
impl StructuralPartialEq for Structor
Auto Trait Implementations§
impl Freeze for Structor
impl RefUnwindSafe for Structor
impl Send for Structor
impl Sync for Structor
impl Unpin for Structor
impl UnwindSafe for Structor
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