pub struct RuntimeVisibleAnnotations {
pub num_annotations: u16,
pub annotations: Vec<Annotation>,
}Fields§
§num_annotations: u16§annotations: Vec<Annotation>Trait Implementations§
Source§impl Clone for RuntimeVisibleAnnotations
impl Clone for RuntimeVisibleAnnotations
Source§fn clone(&self) -> RuntimeVisibleAnnotations
fn clone(&self) -> RuntimeVisibleAnnotations
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 RuntimeVisibleAnnotations
impl Debug for RuntimeVisibleAnnotations
Source§impl<'de> Deserialize<'de> for RuntimeVisibleAnnotations
impl<'de> Deserialize<'de> for RuntimeVisibleAnnotations
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimeVisibleAnnotations
impl StructuralPartialEq for RuntimeVisibleAnnotations
Auto Trait Implementations§
impl Freeze for RuntimeVisibleAnnotations
impl RefUnwindSafe for RuntimeVisibleAnnotations
impl Send for RuntimeVisibleAnnotations
impl Sync for RuntimeVisibleAnnotations
impl Unpin for RuntimeVisibleAnnotations
impl UnwindSafe for RuntimeVisibleAnnotations
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