Struct aws_smithy_http_tower::dispatch::DispatchLayer
source · #[non_exhaustive]pub struct DispatchLayer;
Implementations§
source§impl DispatchLayer
impl DispatchLayer
Trait Implementations§
source§impl Clone for DispatchLayer
impl Clone for DispatchLayer
source§fn clone(&self) -> DispatchLayer
fn clone(&self) -> DispatchLayer
Returns a copy 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 Default for DispatchLayer
impl Default for DispatchLayer
source§fn default() -> DispatchLayer
fn default() -> DispatchLayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DispatchLayer
impl Send for DispatchLayer
impl Sync for DispatchLayer
impl Unpin for DispatchLayer
impl UnwindSafe for DispatchLayer
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