Struct fastly_api::models::http3::Http3
source · pub struct Http3 {
pub service_id: Option<Box<String>>,
pub version: Option<Box<i32>>,
pub created_at: Option<String>,
pub deleted_at: Option<String>,
pub updated_at: Option<String>,
pub feature_revision: Option<i32>,
}
Fields§
§service_id: Option<Box<String>>
§version: Option<Box<i32>>
§created_at: Option<String>
Date and time in ISO 8601 format.
deleted_at: Option<String>
Date and time in ISO 8601 format.
updated_at: Option<String>
Date and time in ISO 8601 format.
feature_revision: Option<i32>
Revision number of the HTTP/3 feature implementation. Defaults to the most recent revision.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Http3
impl<'de> Deserialize<'de> for Http3
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Http3> for Http3
impl PartialEq<Http3> for Http3
impl StructuralPartialEq for Http3
Auto Trait Implementations§
impl RefUnwindSafe for Http3
impl Send for Http3
impl Sync for Http3
impl Unpin for Http3
impl UnwindSafe for Http3
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