Struct warg_server::policy::content::ContentStreamPolicyCollection
source · pub struct ContentStreamPolicyCollection { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContentStreamPolicyCollection
impl !RefUnwindSafe for ContentStreamPolicyCollection
impl Send for ContentStreamPolicyCollection
impl Sync for ContentStreamPolicyCollection
impl Unpin for ContentStreamPolicyCollection
impl !UnwindSafe for ContentStreamPolicyCollection
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