pub struct VercelLayer;
Trait Implementations§
Source§impl Clone for VercelLayer
impl Clone for VercelLayer
Source§fn clone(&self) -> VercelLayer
fn clone(&self) -> VercelLayer
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<S> Layer<S> for VercelLayer
impl<S> Layer<S> for VercelLayer
impl Copy for VercelLayer
Auto Trait Implementations§
impl Freeze for VercelLayer
impl RefUnwindSafe for VercelLayer
impl Send for VercelLayer
impl Sync for VercelLayer
impl Unpin for VercelLayer
impl UnwindSafe for VercelLayer
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