pub struct AnonymousStructType {
pub field_name_sorted_fields: SeqMap<String, StructTypeField>,
}
Fields§
§field_name_sorted_fields: SeqMap<String, StructTypeField>
Implementations§
Source§impl AnonymousStructType
impl AnonymousStructType
pub fn new_and_sort_fields( source_ordered_fields: &SeqMap<String, StructTypeField>, ) -> Self
pub const fn new(defined_order: SeqMap<String, StructTypeField>) -> Self
Trait Implementations§
Source§impl Clone for AnonymousStructType
impl Clone for AnonymousStructType
Source§fn clone(&self) -> AnonymousStructType
fn clone(&self) -> AnonymousStructType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AnonymousStructType
impl Debug for AnonymousStructType
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