pub struct GatewaysListResponse {
pub clusters: Option<Vec<GwClusterIdentity>>,
}Expand description
GatewaysListResponse : GatewaysListResponse Gateway cluster identity list
Fields§
§clusters: Option<Vec<GwClusterIdentity>>Implementations§
Source§impl GatewaysListResponse
impl GatewaysListResponse
Sourcepub fn new() -> GatewaysListResponse
pub fn new() -> GatewaysListResponse
GatewaysListResponse Gateway cluster identity list
Trait Implementations§
Source§impl Clone for GatewaysListResponse
impl Clone for GatewaysListResponse
Source§fn clone(&self) -> GatewaysListResponse
fn clone(&self) -> GatewaysListResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GatewaysListResponse
impl Debug for GatewaysListResponse
Source§impl Default for GatewaysListResponse
impl Default for GatewaysListResponse
Source§fn default() -> GatewaysListResponse
fn default() -> GatewaysListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatewaysListResponse
impl<'de> Deserialize<'de> for GatewaysListResponse
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 GatewaysListResponse
impl PartialEq for GatewaysListResponse
Source§fn eq(&self, other: &GatewaysListResponse) -> bool
fn eq(&self, other: &GatewaysListResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GatewaysListResponse
impl Serialize for GatewaysListResponse
impl StructuralPartialEq for GatewaysListResponse
Auto Trait Implementations§
impl Freeze for GatewaysListResponse
impl RefUnwindSafe for GatewaysListResponse
impl Send for GatewaysListResponse
impl Sync for GatewaysListResponse
impl Unpin for GatewaysListResponse
impl UnsafeUnpin for GatewaysListResponse
impl UnwindSafe for GatewaysListResponse
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