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