pub struct RuntimeVisibleParameterAnnotations<'input> { /* private fields */ }
Implementations§
Source§impl<'input> RuntimeVisibleParameterAnnotations<'input>
impl<'input> RuntimeVisibleParameterAnnotations<'input>
pub fn parameters(&self) -> DecodeMany<'input, ParameterAnnotations<'input>, u8>
Trait Implementations§
Source§impl<'input> Clone for RuntimeVisibleParameterAnnotations<'input>
impl<'input> Clone for RuntimeVisibleParameterAnnotations<'input>
Source§fn clone(&self) -> RuntimeVisibleParameterAnnotations<'input>
fn clone(&self) -> RuntimeVisibleParameterAnnotations<'input>
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<'input> Debug for RuntimeVisibleParameterAnnotations<'input>
impl<'input> Debug for RuntimeVisibleParameterAnnotations<'input>
Source§impl<'input> FromAttribute<'input> for RuntimeVisibleParameterAnnotations<'input>
impl<'input> FromAttribute<'input> for RuntimeVisibleParameterAnnotations<'input>
Source§impl<'input> TryFrom<AttributeContent<'input>> for RuntimeVisibleParameterAnnotations<'input>
impl<'input> TryFrom<AttributeContent<'input>> for RuntimeVisibleParameterAnnotations<'input>
Source§type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl<'input> Freeze for RuntimeVisibleParameterAnnotations<'input>
impl<'input> RefUnwindSafe for RuntimeVisibleParameterAnnotations<'input>
impl<'input> Send for RuntimeVisibleParameterAnnotations<'input>
impl<'input> Sync for RuntimeVisibleParameterAnnotations<'input>
impl<'input> Unpin for RuntimeVisibleParameterAnnotations<'input>
impl<'input> UnwindSafe for RuntimeVisibleParameterAnnotations<'input>
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