pub(super) struct StructTemplate {
pub(super) type_params: Vec<String>,
pub(super) fields: Vec<NamedTypeField>,
}Fields§
§type_params: Vec<String>§fields: Vec<NamedTypeField>Trait Implementations§
Source§impl Clone for StructTemplate
impl Clone for StructTemplate
Source§fn clone(&self) -> StructTemplate
fn clone(&self) -> StructTemplate
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 moreAuto Trait Implementations§
impl Freeze for StructTemplate
impl RefUnwindSafe for StructTemplate
impl Send for StructTemplate
impl Sync for StructTemplate
impl Unpin for StructTemplate
impl UnwindSafe for StructTemplate
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