pub struct ZoneCollectionResponse {
pub warnings: Option<Box<WarningCollection>>,
pub problems: Option<Vec<Problem>>,
pub zones: Option<Vec<ZoneDefinition>>,
pub _links: Option<Vec<Link>>,
}Fields§
§warnings: Option<Box<WarningCollection>>§problems: Option<Vec<Problem>>§zones: Option<Vec<ZoneDefinition>>§_links: Option<Vec<Link>>Java Property Name: ‘links’
Implementations§
Source§impl ZoneCollectionResponse
impl ZoneCollectionResponse
pub fn new() -> ZoneCollectionResponse
Trait Implementations§
Source§impl Clone for ZoneCollectionResponse
impl Clone for ZoneCollectionResponse
Source§fn clone(&self) -> ZoneCollectionResponse
fn clone(&self) -> ZoneCollectionResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZoneCollectionResponse
impl Debug for ZoneCollectionResponse
Source§impl Default for ZoneCollectionResponse
impl Default for ZoneCollectionResponse
Source§fn default() -> ZoneCollectionResponse
fn default() -> ZoneCollectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ZoneCollectionResponse
impl<'de> Deserialize<'de> for ZoneCollectionResponse
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 for ZoneCollectionResponse
impl PartialEq for ZoneCollectionResponse
Source§impl Serialize for ZoneCollectionResponse
impl Serialize for ZoneCollectionResponse
impl StructuralPartialEq for ZoneCollectionResponse
Auto Trait Implementations§
impl Freeze for ZoneCollectionResponse
impl RefUnwindSafe for ZoneCollectionResponse
impl Send for ZoneCollectionResponse
impl Sync for ZoneCollectionResponse
impl Unpin for ZoneCollectionResponse
impl UnwindSafe for ZoneCollectionResponse
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