pub struct ListNetworksOptions {
pub filters: Option<HashMap<String, Vec<String>>>,
}Expand description
Internal struct used in the NetworkList API
Use a ListNetworksOptionsBuilder to instantiate this struct.
Fields§
§filters: Option<HashMap<String, Vec<String>>>Trait Implementations§
Source§impl Clone for ListNetworksOptions
impl Clone for ListNetworksOptions
Source§fn clone(&self) -> ListNetworksOptions
fn clone(&self) -> ListNetworksOptions
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 ListNetworksOptions
impl Debug for ListNetworksOptions
Source§impl Default for ListNetworksOptions
impl Default for ListNetworksOptions
Source§fn default() -> ListNetworksOptions
fn default() -> ListNetworksOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListNetworksOptions
impl PartialEq for ListNetworksOptions
Source§impl Serialize for ListNetworksOptions
impl Serialize for ListNetworksOptions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ListNetworksOptions
Auto Trait Implementations§
impl Freeze for ListNetworksOptions
impl RefUnwindSafe for ListNetworksOptions
impl Send for ListNetworksOptions
impl Sync for ListNetworksOptions
impl Unpin for ListNetworksOptions
impl UnsafeUnpin for ListNetworksOptions
impl UnwindSafe for ListNetworksOptions
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