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