pub struct WorkersConfig {}Expand description
cloudflare/workers takes no configuration.
Trait Implementations§
Source§impl CatalogService for WorkersConfig
impl CatalogService for WorkersConfig
Source§impl Debug for WorkersConfig
impl Debug for WorkersConfig
Auto Trait Implementations§
impl Freeze for WorkersConfig
impl RefUnwindSafe for WorkersConfig
impl Send for WorkersConfig
impl Sync for WorkersConfig
impl Unpin for WorkersConfig
impl UnsafeUnpin for WorkersConfig
impl UnwindSafe for WorkersConfig
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