Struct aws_smithy_experimental::hyper_1_0::CryptoUnset
source · #[non_exhaustive]pub struct CryptoUnset {}
Trait Implementations§
source§impl Default for CryptoUnset
impl Default for CryptoUnset
source§fn default() -> CryptoUnset
fn default() -> CryptoUnset
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CryptoUnset
impl RefUnwindSafe for CryptoUnset
impl Send for CryptoUnset
impl Sync for CryptoUnset
impl Unpin for CryptoUnset
impl UnwindSafe for CryptoUnset
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.