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