pub struct GetSnapshotError;
Trait Implementations§
Source§impl Clone for GetSnapshotError
impl Clone for GetSnapshotError
Source§fn clone(&self) -> GetSnapshotError
fn clone(&self) -> GetSnapshotError
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 GetSnapshotError
impl Debug for GetSnapshotError
Source§impl Display for GetSnapshotError
impl Display for GetSnapshotError
Source§impl Error for GetSnapshotError
impl Error for GetSnapshotError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
impl Copy for GetSnapshotError
Auto Trait Implementations§
impl Freeze for GetSnapshotError
impl RefUnwindSafe for GetSnapshotError
impl Send for GetSnapshotError
impl Sync for GetSnapshotError
impl Unpin for GetSnapshotError
impl UnwindSafe for GetSnapshotError
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