pub struct NetworkListOpts { /* private fields */ }
Expand description
Options for filtering networks list results“
Implementations§
Source§impl NetworkListOpts
impl NetworkListOpts
Sourcepub fn builder() -> NetworkListOptsBuilder
pub fn builder() -> NetworkListOptsBuilder
Returns a new instance of a builder for NetworkListOpts.
Trait Implementations§
Source§impl Clone for NetworkListOpts
impl Clone for NetworkListOpts
Source§fn clone(&self) -> NetworkListOpts
fn clone(&self) -> NetworkListOpts
Returns a copy 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 NetworkListOpts
impl Debug for NetworkListOpts
Source§impl Default for NetworkListOpts
impl Default for NetworkListOpts
Source§fn default() -> NetworkListOpts
fn default() -> NetworkListOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkListOpts
impl RefUnwindSafe for NetworkListOpts
impl Send for NetworkListOpts
impl Sync for NetworkListOpts
impl Unpin for NetworkListOpts
impl UnwindSafe for NetworkListOpts
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