pub struct StructLikeType {
pub assigned_name: String,
pub anonymous_struct_type: AnonymousStructType,
}Fields§
§assigned_name: String§anonymous_struct_type: AnonymousStructTypeTrait Implementations§
Source§impl Clone for StructLikeType
impl Clone for StructLikeType
Source§fn clone(&self) -> StructLikeType
fn clone(&self) -> StructLikeType
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 StructLikeType
impl Debug for StructLikeType
Source§impl Hash for StructLikeType
impl Hash for StructLikeType
Source§impl PartialEq for StructLikeType
impl PartialEq for StructLikeType
impl Eq for StructLikeType
impl StructuralPartialEq for StructLikeType
Auto Trait Implementations§
impl Freeze for StructLikeType
impl RefUnwindSafe for StructLikeType
impl Send for StructLikeType
impl Sync for StructLikeType
impl Unpin for StructLikeType
impl UnwindSafe for StructLikeType
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