pub struct ParameterAnnotationInfo {
pub num_annotations: u16,
pub annotations: Vec<AnnotationInfo>,
}Fields§
§num_annotations: u16§annotations: Vec<AnnotationInfo>Trait Implementations§
Source§impl Clone for ParameterAnnotationInfo
impl Clone for ParameterAnnotationInfo
Source§fn clone(&self) -> ParameterAnnotationInfo
fn clone(&self) -> ParameterAnnotationInfo
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 ParameterAnnotationInfo
impl RefUnwindSafe for ParameterAnnotationInfo
impl Send for ParameterAnnotationInfo
impl Sync for ParameterAnnotationInfo
impl Unpin for ParameterAnnotationInfo
impl UnwindSafe for ParameterAnnotationInfo
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