pub struct StructSignature {
pub generic_params: Vec<String>,
pub fields: IndexMap<String, Type>,
pub location: Location,
}Fields§
§generic_params: Vec<String>§fields: IndexMap<String, Type>§location: LocationTrait Implementations§
Source§impl Clone for StructSignature
impl Clone for StructSignature
Source§fn clone(&self) -> StructSignature
fn clone(&self) -> StructSignature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for StructSignature
impl !Sync for StructSignature
impl Freeze for StructSignature
impl RefUnwindSafe for StructSignature
impl Unpin for StructSignature
impl UnsafeUnpin for StructSignature
impl UnwindSafe for StructSignature
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