Struct ormlite_attr::InnerType
source · pub struct InnerType {
pub path: Vec<Ident>,
pub ident: Ident,
pub args: Option<Box<InnerType>>,
}Fields§
§path: Vec<Ident>§ident: Ident§args: Option<Box<InnerType>>Implementations§
Trait Implementations§
source§impl PartialEq<InnerType> for InnerType
impl PartialEq<InnerType> for InnerType
source§impl ToTokens for InnerType
impl ToTokens for InnerType
source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere Self: Sized,
impl Eq for InnerType
impl StructuralEq for InnerType
impl StructuralPartialEq for InnerType
Auto Trait Implementations§
impl RefUnwindSafe for InnerType
impl Send for InnerType
impl Sync for InnerType
impl Unpin for InnerType
impl UnwindSafe for InnerType
Blanket Implementations§
source§impl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere T: Spanned + ?Sized,
source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty.