#[repr(C)]pub struct ShieldBackendConfig {
pub cache_key: *const u8,
pub cache_key_len: u32,
pub first_byte_timeout_ms: u32,
}Fields§
§cache_key: *const u8§cache_key_len: u32§first_byte_timeout_ms: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShieldBackendConfig
impl RefUnwindSafe for ShieldBackendConfig
impl !Send for ShieldBackendConfig
impl !Sync for ShieldBackendConfig
impl Unpin for ShieldBackendConfig
impl UnwindSafe for ShieldBackendConfig
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