Struct aws_smithy_http_server::operation::UpgradeLayer
source · pub struct UpgradeLayer<Protocol, Operation, Exts> { /* private fields */ }Expand description
Implementations§
source§impl<Protocol, Operation, Exts> UpgradeLayer<Protocol, Operation, Exts>
impl<Protocol, Operation, Exts> UpgradeLayer<Protocol, Operation, Exts>
sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new UpgradeLayer.
Trait Implementations§
source§impl<Protocol: Clone, Operation: Clone, Exts: Clone> Clone for UpgradeLayer<Protocol, Operation, Exts>
impl<Protocol: Clone, Operation: Clone, Exts: Clone> Clone for UpgradeLayer<Protocol, Operation, Exts>
source§fn clone(&self) -> UpgradeLayer<Protocol, Operation, Exts>
fn clone(&self) -> UpgradeLayer<Protocol, Operation, Exts>
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<Protocol: Debug, Operation: Debug, Exts: Debug> Debug for UpgradeLayer<Protocol, Operation, Exts>
impl<Protocol: Debug, Operation: Debug, Exts: Debug> Debug for UpgradeLayer<Protocol, Operation, Exts>
source§impl<P, Op, E> Default for UpgradeLayer<P, Op, E>
impl<P, Op, E> Default for UpgradeLayer<P, Op, E>
Auto Trait Implementations§
impl<Protocol, Operation, Exts> RefUnwindSafe for UpgradeLayer<Protocol, Operation, Exts>where Exts: RefUnwindSafe, Operation: RefUnwindSafe, Protocol: RefUnwindSafe,
impl<Protocol, Operation, Exts> Send for UpgradeLayer<Protocol, Operation, Exts>where Exts: Send, Operation: Send, Protocol: Send,
impl<Protocol, Operation, Exts> Sync for UpgradeLayer<Protocol, Operation, Exts>where Exts: Sync, Operation: Sync, Protocol: Sync,
impl<Protocol, Operation, Exts> Unpin for UpgradeLayer<Protocol, Operation, Exts>where Exts: Unpin, Operation: Unpin, Protocol: Unpin,
impl<Protocol, Operation, Exts> UnwindSafe for UpgradeLayer<Protocol, Operation, Exts>where Exts: UnwindSafe, Operation: UnwindSafe, Protocol: UnwindSafe,
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