pub struct RuntimeTypeAnnotationsAttribute {
pub annotations: Vec<TypeAnnotation>,
}Fields§
§annotations: Vec<TypeAnnotation>Trait Implementations§
Source§impl Clone for RuntimeTypeAnnotationsAttribute
impl Clone for RuntimeTypeAnnotationsAttribute
Source§fn clone(&self) -> RuntimeTypeAnnotationsAttribute
fn clone(&self) -> RuntimeTypeAnnotationsAttribute
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 moreAuto Trait Implementations§
impl Freeze for RuntimeTypeAnnotationsAttribute
impl RefUnwindSafe for RuntimeTypeAnnotationsAttribute
impl Send for RuntimeTypeAnnotationsAttribute
impl Sync for RuntimeTypeAnnotationsAttribute
impl Unpin for RuntimeTypeAnnotationsAttribute
impl UnsafeUnpin for RuntimeTypeAnnotationsAttribute
impl UnwindSafe for RuntimeTypeAnnotationsAttribute
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