pub struct StrgRef {
pub pat: Pat,
pub colon_token: Colon,
pub and_token: And,
pub strg_token: strg,
pub ty: Box<Type>,
}
Fields§
§pat: Pat
§colon_token: Colon
§and_token: And
§strg_token: strg
§ty: Box<Type>
Implementations§
Source§impl StrgRef
impl StrgRef
fn to_tokens_inner(&self, tokens: &mut TokenStream, mode: Mode)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrgRef
impl RefUnwindSafe for StrgRef
impl !Send for StrgRef
impl !Sync for StrgRef
impl Unpin for StrgRef
impl UnwindSafe for StrgRef
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