pub enum WithdrawHubProjectError {
UnknownValue(Value),
}Expand description
struct for typed errors of method withdraw_hub_project
Variants§
Trait Implementations§
Source§impl Clone for WithdrawHubProjectError
impl Clone for WithdrawHubProjectError
Source§fn clone(&self) -> WithdrawHubProjectError
fn clone(&self) -> WithdrawHubProjectError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WithdrawHubProjectError
impl Debug for WithdrawHubProjectError
Source§impl<'de> Deserialize<'de> for WithdrawHubProjectError
impl<'de> Deserialize<'de> for WithdrawHubProjectError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WithdrawHubProjectError
impl RefUnwindSafe for WithdrawHubProjectError
impl Send for WithdrawHubProjectError
impl Sync for WithdrawHubProjectError
impl Unpin for WithdrawHubProjectError
impl UnsafeUnpin for WithdrawHubProjectError
impl UnwindSafe for WithdrawHubProjectError
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