pub struct FnArgs {
pub call_args: TokenStream,
pub type_args: TokenStream,
pub self_type: Option<TokenStream>,
pub cast_self: Option<TokenStream>,
}
Fields§
§call_args: TokenStream
§type_args: TokenStream
§self_type: Option<TokenStream>
§cast_self: Option<TokenStream>
Auto Trait Implementations§
impl Freeze for FnArgs
impl RefUnwindSafe for FnArgs
impl !Send for FnArgs
impl !Sync for FnArgs
impl Unpin for FnArgs
impl UnwindSafe for FnArgs
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