pub struct GenericParamAnnotations {
pub cffi_type: Option<String>,
}Fields§
§cffi_type: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GenericParamAnnotations
impl Clone for GenericParamAnnotations
Source§fn clone(&self) -> GenericParamAnnotations
fn clone(&self) -> GenericParamAnnotations
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 GenericParamAnnotations
impl Debug for GenericParamAnnotations
Source§impl Into<TokenStream> for GenericParamAnnotations
impl Into<TokenStream> for GenericParamAnnotations
Source§fn into(self) -> TokenStream
fn into(self) -> TokenStream
Convert generic parameter annotations into tokens suitable for code generation.
Auto Trait Implementations§
impl Freeze for GenericParamAnnotations
impl RefUnwindSafe for GenericParamAnnotations
impl Send for GenericParamAnnotations
impl Sync for GenericParamAnnotations
impl Unpin for GenericParamAnnotations
impl UnwindSafe for GenericParamAnnotations
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