Struct http_types::security::ReportToEndpoint [−][src]
pub struct ReportToEndpoint { /* fields omitted */ }Define endpoints for report-to directive value
Trait Implementations
impl Clone for ReportToEndpoint[src]
impl Clone for ReportToEndpoint[src]fn clone(&self) -> ReportToEndpoint[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for ReportToEndpoint[src]
impl<'de> Deserialize<'de> for ReportToEndpoint[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for ReportToEndpoint[src]
impl Eq for ReportToEndpoint[src]impl Hash for ReportToEndpoint[src]
impl Hash for ReportToEndpoint[src]impl PartialEq<ReportToEndpoint> for ReportToEndpoint[src]
impl PartialEq<ReportToEndpoint> for ReportToEndpoint[src]fn eq(&self, other: &ReportToEndpoint) -> bool[src]
fn ne(&self, other: &ReportToEndpoint) -> bool[src]
impl Serialize for ReportToEndpoint[src]
impl Serialize for ReportToEndpoint[src]impl StructuralEq for ReportToEndpoint[src]
impl StructuralEq for ReportToEndpoint[src]impl StructuralPartialEq for ReportToEndpoint[src]
impl StructuralPartialEq for ReportToEndpoint[src]Auto Trait Implementations
impl RefUnwindSafe for ReportToEndpoint
impl RefUnwindSafe for ReportToEndpointimpl Send for ReportToEndpoint
impl Send for ReportToEndpointimpl Sync for ReportToEndpoint
impl Sync for ReportToEndpointimpl Unpin for ReportToEndpoint
impl Unpin for ReportToEndpointimpl UnwindSafe for ReportToEndpoint
impl UnwindSafe for ReportToEndpointBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,