Struct wiggle_generate::UserErrorType
source · [−]pub struct UserErrorType { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more