pub struct GlobalError(/* private fields */);Available on crate features
internal-api-crypto and internal-with-error only.Expand description
Helper struct to implement WithError.
Implementations§
Auto Trait Implementations§
impl !Freeze for GlobalError
impl !RefUnwindSafe for GlobalError
impl Send for GlobalError
impl Sync for GlobalError
impl Unpin for GlobalError
impl UnsafeUnpin for GlobalError
impl UnwindSafe for GlobalError
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