pub struct Parameter {
pub name: Name,
pub ty: TypeRef,
pub attributes: Vec<ParameterAttribute>,
}
Fields
name: Name
ty: TypeRef
attributes: Vec<ParameterAttribute>
Trait Implementations
sourceimpl PartialEq<Parameter> for Parameter
impl PartialEq<Parameter> for Parameter
impl StructuralPartialEq for Parameter
Auto Trait Implementations
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnwindSafe for Parameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more