Struct wiggle_generate::UserErrorType
source · pub struct UserErrorType { /* private fields */ }
Implementations§
source§impl UserErrorType
impl UserErrorType
pub fn abi_type(&self) -> TypeRef
pub fn typename(&self) -> TokenStream
pub fn method_fragment(&self) -> &str
Auto Trait Implementations§
impl RefUnwindSafe for UserErrorType
impl !Send for UserErrorType
impl !Sync for UserErrorType
impl Unpin for UserErrorType
impl UnwindSafe for UserErrorType
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