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 Freeze for UserErrorType
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