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