pub struct OriginAgentCluster;Expand description
OriginAgentCluster sets the Origin-Agent-Cluster header, which provides a mechanism to allow
web applications to isolate their origins. Read more about it in the spec.
Trait Implementations§
Source§impl Default for OriginAgentCluster
impl Default for OriginAgentCluster
Source§impl IntoHeader for OriginAgentCluster
impl IntoHeader for OriginAgentCluster
fn header_name(&self) -> HeaderName
fn header_value(&self) -> Result<HeaderValue, InvalidHeaderValue>
Auto Trait Implementations§
impl Freeze for OriginAgentCluster
impl RefUnwindSafe for OriginAgentCluster
impl Send for OriginAgentCluster
impl Sync for OriginAgentCluster
impl Unpin for OriginAgentCluster
impl UnsafeUnpin for OriginAgentCluster
impl UnwindSafe for OriginAgentCluster
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