pub struct WebflowLayer<Secret> { /* private fields */ }Expand description
Layer that applies the WebflowService middleware.
Implementations§
Source§impl<Secret> WebflowLayer<Secret>
impl<Secret> WebflowLayer<Secret>
Trait Implementations§
Source§impl<Secret: Clone> Clone for WebflowLayer<Secret>
impl<Secret: Clone> Clone for WebflowLayer<Secret>
Source§fn clone(&self) -> WebflowLayer<Secret>
fn clone(&self) -> WebflowLayer<Secret>
Returns a duplicate 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<S, Secret> Layer<S> for WebflowLayer<Secret>
impl<S, Secret> Layer<S> for WebflowLayer<Secret>
Auto Trait Implementations§
impl<Secret> Freeze for WebflowLayer<Secret>where
Secret: Freeze,
impl<Secret> RefUnwindSafe for WebflowLayer<Secret>where
Secret: RefUnwindSafe,
impl<Secret> Send for WebflowLayer<Secret>where
Secret: Send,
impl<Secret> Sync for WebflowLayer<Secret>where
Secret: Sync,
impl<Secret> Unpin for WebflowLayer<Secret>where
Secret: Unpin,
impl<Secret> UnwindSafe for WebflowLayer<Secret>where
Secret: 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