pub struct GoogleCloudRequestNotObjectSnafu;Expand description
SNAFU context selector for the Error::GoogleCloudRequestNotObject variant
Implementations§
Trait Implementations§
Source§impl Clone for GoogleCloudRequestNotObjectSnafu
impl Clone for GoogleCloudRequestNotObjectSnafu
Source§fn clone(&self) -> GoogleCloudRequestNotObjectSnafu
fn clone(&self) -> GoogleCloudRequestNotObjectSnafu
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 moreimpl Copy for GoogleCloudRequestNotObjectSnafu
Auto Trait Implementations§
impl Freeze for GoogleCloudRequestNotObjectSnafu
impl RefUnwindSafe for GoogleCloudRequestNotObjectSnafu
impl Send for GoogleCloudRequestNotObjectSnafu
impl Sync for GoogleCloudRequestNotObjectSnafu
impl Unpin for GoogleCloudRequestNotObjectSnafu
impl UnsafeUnpin for GoogleCloudRequestNotObjectSnafu
impl UnwindSafe for GoogleCloudRequestNotObjectSnafu
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