Struct fastly_api::models::batch::Batch
source · pub struct Batch {
pub title: Option<String>,
pub _type: Option<String>,
pub errors: Option<Vec<BatchErrors>>,
}
Fields§
§title: Option<String>
A descriptor for the response of the entire batch
_type: Option<String>
If an error is present in any of the requests, this field will describe that error
errors: Option<Vec<BatchErrors>>
Per-key errors which failed to parse, validate, or otherwise transmit
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Batch
impl<'de> Deserialize<'de> for Batch
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<Batch> for Batch
impl PartialEq<Batch> for Batch
impl StructuralPartialEq for Batch
Auto Trait Implementations§
impl RefUnwindSafe for Batch
impl Send for Batch
impl Sync for Batch
impl Unpin for Batch
impl UnwindSafe for Batch
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