pub struct ParameterizationArgument {
pub ty: String,
pub name: Option<String>,
}
Fields§
§ty: String
§name: Option<String>
Trait Implementations§
source§impl Clone for ParameterizationArgument
impl Clone for ParameterizationArgument
source§fn clone(&self) -> ParameterizationArgument
fn clone(&self) -> ParameterizationArgument
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 ParameterizationArgument
impl Debug for ParameterizationArgument
source§impl PartialEq for ParameterizationArgument
impl PartialEq for ParameterizationArgument
source§fn eq(&self, other: &ParameterizationArgument) -> bool
fn eq(&self, other: &ParameterizationArgument) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ParameterizationArgument
Auto Trait Implementations§
impl RefUnwindSafe for ParameterizationArgument
impl Send for ParameterizationArgument
impl Sync for ParameterizationArgument
impl Unpin for ParameterizationArgument
impl UnwindSafe for ParameterizationArgument
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