Enum bitwarden_api_api::apis::push_api::PushIdDeleteError
source · pub enum PushIdDeleteError {
UnknownValue(Value),
}
Expand description
struct for typed errors of method push_id_delete
Variants§
Trait Implementations§
source§impl Clone for PushIdDeleteError
impl Clone for PushIdDeleteError
source§fn clone(&self) -> PushIdDeleteError
fn clone(&self) -> PushIdDeleteError
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 PushIdDeleteError
impl Debug for PushIdDeleteError
source§impl<'de> Deserialize<'de> for PushIdDeleteError
impl<'de> Deserialize<'de> for PushIdDeleteError
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 PushIdDeleteError
impl RefUnwindSafe for PushIdDeleteError
impl Send for PushIdDeleteError
impl Sync for PushIdDeleteError
impl Unpin for PushIdDeleteError
impl UnwindSafe for PushIdDeleteError
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