pub struct ApiUnsupported(/* private fields */);Expand description
Error indicating that we failed to load the API.
Trait Implementations§
Source§impl Clone for ApiUnsupported
impl Clone for ApiUnsupported
Source§fn clone(&self) -> ApiUnsupported
fn clone(&self) -> ApiUnsupported
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApiUnsupported
impl Debug for ApiUnsupported
Source§impl Display for ApiUnsupported
impl Display for ApiUnsupported
Source§impl PartialEq for ApiUnsupported
impl PartialEq for ApiUnsupported
impl Copy for ApiUnsupported
impl StructuralPartialEq for ApiUnsupported
Auto Trait Implementations§
impl Freeze for ApiUnsupported
impl RefUnwindSafe for ApiUnsupported
impl Send for ApiUnsupported
impl Sync for ApiUnsupported
impl Unpin for ApiUnsupported
impl UnwindSafe for ApiUnsupported
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