pub struct Constructor {
pub id: String,
pub fields: Vec<Field>,
pub comments: Vec<String>,
}Fields§
§id: String§fields: Vec<Field>§comments: Vec<String>Trait Implementations§
Source§impl Debug for Constructor
impl Debug for Constructor
Source§impl Hash for Constructor
impl Hash for Constructor
Source§impl PartialEq for Constructor
impl PartialEq for Constructor
impl Eq for Constructor
impl StructuralPartialEq for Constructor
Auto Trait Implementations§
impl Freeze for Constructor
impl RefUnwindSafe for Constructor
impl Send for Constructor
impl Sync for Constructor
impl Unpin for Constructor
impl UnwindSafe for Constructor
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