pub enum AggregateTypeName {
Structure,
Union,
Map,
List,
}Variants§
Trait Implementations§
Source§impl Clone for AggregateTypeName
impl Clone for AggregateTypeName
Source§fn clone(&self) -> AggregateTypeName
fn clone(&self) -> AggregateTypeName
Returns a duplicate 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 AggregateTypeName
impl Debug for AggregateTypeName
Source§impl PartialEq for AggregateTypeName
impl PartialEq for AggregateTypeName
impl Copy for AggregateTypeName
impl Eq for AggregateTypeName
impl StructuralPartialEq for AggregateTypeName
Auto Trait Implementations§
impl Freeze for AggregateTypeName
impl RefUnwindSafe for AggregateTypeName
impl Send for AggregateTypeName
impl Sync for AggregateTypeName
impl Unpin for AggregateTypeName
impl UnwindSafe for AggregateTypeName
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