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