pub struct AnonymousStructType {
pub fields: Vec<StructTypeField>,
}
Fields§
§fields: Vec<StructTypeField>
Implementations§
Source§impl AnonymousStructType
impl AnonymousStructType
pub const fn new(fields: Vec<StructTypeField>) -> Self
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
Source§impl Hash for AnonymousStructType
impl Hash for AnonymousStructType
Source§impl PartialEq for AnonymousStructType
impl PartialEq for AnonymousStructType
impl Eq for AnonymousStructType
impl StructuralPartialEq for AnonymousStructType
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