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