Enum wildland_cargo_lib::api::cargo_user::SharingError
source · #[repr(C)]pub enum SharingError {
Generic(String),
}
Variants§
Trait Implementations§
source§impl Clone for SharingError
impl Clone for SharingError
source§fn clone(&self) -> SharingError
fn clone(&self) -> SharingError
Returns a copy 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 SharingError
impl Debug for SharingError
source§impl Display for SharingError
impl Display for SharingError
source§impl Error for SharingError
impl Error for SharingError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl ExceptionTrait for SharingError
impl ExceptionTrait for SharingError
Auto Trait Implementations§
impl RefUnwindSafe for SharingError
impl Send for SharingError
impl Sync for SharingError
impl Unpin for SharingError
impl UnwindSafe for SharingError
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