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