pub struct ParameterizedTypeBlueprintInfo {
pub name: String,
pub defined_in_module_path: Vec<String>,
}
Fields§
§name: String
§defined_in_module_path: Vec<String>
Trait Implementations§
Source§impl Clone for ParameterizedTypeBlueprintInfo
impl Clone for ParameterizedTypeBlueprintInfo
Source§fn clone(&self) -> ParameterizedTypeBlueprintInfo
fn clone(&self) -> ParameterizedTypeBlueprintInfo
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 PartialEq for ParameterizedTypeBlueprintInfo
impl PartialEq for ParameterizedTypeBlueprintInfo
Source§fn eq(&self, other: &ParameterizedTypeBlueprintInfo) -> bool
fn eq(&self, other: &ParameterizedTypeBlueprintInfo) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ParameterizedTypeBlueprintInfo
impl StructuralPartialEq for ParameterizedTypeBlueprintInfo
Auto Trait Implementations§
impl Freeze for ParameterizedTypeBlueprintInfo
impl RefUnwindSafe for ParameterizedTypeBlueprintInfo
impl Send for ParameterizedTypeBlueprintInfo
impl Sync for ParameterizedTypeBlueprintInfo
impl Unpin for ParameterizedTypeBlueprintInfo
impl UnwindSafe for ParameterizedTypeBlueprintInfo
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