pub struct ParameterAnnotations {
pub parameters: Vec<Vec<Annotation>>,
}Fields§
§parameters: Vec<Vec<Annotation>>Trait Implementations§
Source§impl Clone for ParameterAnnotations
impl Clone for ParameterAnnotations
Source§fn clone(&self) -> ParameterAnnotations
fn clone(&self) -> ParameterAnnotations
Returns a duplicate 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 ParameterAnnotations
impl Debug for ParameterAnnotations
Source§impl PartialEq for ParameterAnnotations
impl PartialEq for ParameterAnnotations
impl StructuralPartialEq for ParameterAnnotations
Auto Trait Implementations§
impl Freeze for ParameterAnnotations
impl RefUnwindSafe for ParameterAnnotations
impl Send for ParameterAnnotations
impl Sync for ParameterAnnotations
impl Unpin for ParameterAnnotations
impl UnsafeUnpin for ParameterAnnotations
impl UnwindSafe for ParameterAnnotations
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