pub struct RustTypes {
pub custom_trait: TokenStream,
pub ret_type: TokenStream,
pub arg_type: TokenStream,
}Fields§
§custom_trait: TokenStream§ret_type: TokenStream§arg_type: TokenStreamAuto Trait Implementations§
impl Freeze for RustTypes
impl RefUnwindSafe for RustTypes
impl !Send for RustTypes
impl !Sync for RustTypes
impl Unpin for RustTypes
impl UnsafeUnpin for RustTypes
impl UnwindSafe for RustTypes
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