pub struct ListCounters {
pub family: Option<String>,
pub table: String,
}
Fields§
§family: Option<String>
§table: String
Trait Implementations§
Source§impl Clone for ListCounters
impl Clone for ListCounters
Source§fn clone(&self) -> ListCounters
fn clone(&self) -> ListCounters
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 ListCounters
impl Debug for ListCounters
Source§impl Default for ListCounters
impl Default for ListCounters
Source§fn default() -> ListCounters
fn default() -> ListCounters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListCounters
impl<'de> Deserialize<'de> for ListCounters
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
Auto Trait Implementations§
impl Freeze for ListCounters
impl RefUnwindSafe for ListCounters
impl Send for ListCounters
impl Sync for ListCounters
impl Unpin for ListCounters
impl UnwindSafe for ListCounters
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