pub enum PullAiSessionBackupsError {
UnknownValue(Value),
}Expand description
struct for typed errors of method pull_ai_session_backups
Variants§
Trait Implementations§
Source§impl Clone for PullAiSessionBackupsError
impl Clone for PullAiSessionBackupsError
Source§fn clone(&self) -> PullAiSessionBackupsError
fn clone(&self) -> PullAiSessionBackupsError
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 PullAiSessionBackupsError
impl Debug for PullAiSessionBackupsError
Source§impl<'de> Deserialize<'de> for PullAiSessionBackupsError
impl<'de> Deserialize<'de> for PullAiSessionBackupsError
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 PullAiSessionBackupsError
impl RefUnwindSafe for PullAiSessionBackupsError
impl Send for PullAiSessionBackupsError
impl Sync for PullAiSessionBackupsError
impl Unpin for PullAiSessionBackupsError
impl UnsafeUnpin for PullAiSessionBackupsError
impl UnwindSafe for PullAiSessionBackupsError
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