pub struct Fastly { /* private fields */ }
Expand description
Provides a Transport
impl suitable for Fastly’s Compute@Edge WASM
runtime
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fastly
impl RefUnwindSafe for Fastly
impl Send for Fastly
impl Sync for Fastly
impl Unpin for Fastly
impl UnwindSafe for Fastly
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