pub enum GetBundleInfoError {
UnexpectedError,
}Variants§
UnexpectedError
Trait Implementations§
Source§impl Clone for GetBundleInfoError
impl Clone for GetBundleInfoError
Source§fn clone(&self) -> GetBundleInfoError
fn clone(&self) -> GetBundleInfoError
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 GetBundleInfoError
impl Debug for GetBundleInfoError
Source§impl PartialEq for GetBundleInfoError
impl PartialEq for GetBundleInfoError
impl StructuralPartialEq for GetBundleInfoError
Auto Trait Implementations§
impl Freeze for GetBundleInfoError
impl RefUnwindSafe for GetBundleInfoError
impl Send for GetBundleInfoError
impl Sync for GetBundleInfoError
impl Unpin for GetBundleInfoError
impl UnwindSafe for GetBundleInfoError
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