Struct znap_syn::QueryStruct
source · pub struct QueryStruct {
pub name: Ident,
pub raw_struct: ItemStruct,
}Fields§
§name: Ident§raw_struct: ItemStructTrait Implementations§
source§impl Debug for QueryStruct
impl Debug for QueryStruct
source§impl From<&QueryStruct> for TokenStream
impl From<&QueryStruct> for TokenStream
source§fn from(query_struct: &QueryStruct) -> Self
fn from(query_struct: &QueryStruct) -> Self
Converts to this type from the input type.
source§impl Parse for QueryStruct
impl Parse for QueryStruct
fn parse(input: ParseStream<'_>) -> ParseResult<Self>
source§impl ToTokens for QueryStruct
impl ToTokens for QueryStruct
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,
Auto Trait Implementations§
impl Freeze for QueryStruct
impl RefUnwindSafe for QueryStruct
impl !Send for QueryStruct
impl !Sync for QueryStruct
impl Unpin for QueryStruct
impl UnwindSafe for QueryStruct
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
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.