pub struct AnonymousStructType {
pub fields: Vec<FieldType>,
}
Fields§
§fields: Vec<FieldType>
Trait Implementations§
Source§impl Debug for AnonymousStructType
impl Debug for AnonymousStructType
Source§impl Default for AnonymousStructType
impl Default for AnonymousStructType
Source§fn default() -> AnonymousStructType
fn default() -> AnonymousStructType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnonymousStructType
impl RefUnwindSafe for AnonymousStructType
impl Send for AnonymousStructType
impl Sync for AnonymousStructType
impl Unpin for AnonymousStructType
impl UnwindSafe for AnonymousStructType
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