pub struct NetworkStatusOptions {
pub partition: Option<String>,
}Expand description
Options for NetworkStatus request
Fields§
§partition: Option<String>Partition to query
Trait Implementations§
Source§impl Clone for NetworkStatusOptions
impl Clone for NetworkStatusOptions
Source§fn clone(&self) -> NetworkStatusOptions
fn clone(&self) -> NetworkStatusOptions
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 NetworkStatusOptions
impl Debug for NetworkStatusOptions
Source§impl Default for NetworkStatusOptions
impl Default for NetworkStatusOptions
Source§fn default() -> NetworkStatusOptions
fn default() -> NetworkStatusOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkStatusOptions
impl<'de> Deserialize<'de> for NetworkStatusOptions
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 NetworkStatusOptions
impl PartialEq for NetworkStatusOptions
Source§impl Serialize for NetworkStatusOptions
impl Serialize for NetworkStatusOptions
impl StructuralPartialEq for NetworkStatusOptions
Auto Trait Implementations§
impl Freeze for NetworkStatusOptions
impl RefUnwindSafe for NetworkStatusOptions
impl Send for NetworkStatusOptions
impl Sync for NetworkStatusOptions
impl Unpin for NetworkStatusOptions
impl UnsafeUnpin for NetworkStatusOptions
impl UnwindSafe for NetworkStatusOptions
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