pub struct UpdateQuota {
pub available: i64,
}Fields§
§available: i64Implementations§
Source§impl UpdateQuota
impl UpdateQuota
pub fn new(available: i64) -> UpdateQuota
Trait Implementations§
Source§impl Clone for UpdateQuota
impl Clone for UpdateQuota
Source§fn clone(&self) -> UpdateQuota
fn clone(&self) -> UpdateQuota
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 UpdateQuota
impl Debug for UpdateQuota
Source§impl Default for UpdateQuota
impl Default for UpdateQuota
Source§fn default() -> UpdateQuota
fn default() -> UpdateQuota
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateQuota
impl<'de> Deserialize<'de> for UpdateQuota
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
Source§impl PartialEq for UpdateQuota
impl PartialEq for UpdateQuota
Source§impl Serialize for UpdateQuota
impl Serialize for UpdateQuota
impl StructuralPartialEq for UpdateQuota
Auto Trait Implementations§
impl Freeze for UpdateQuota
impl RefUnwindSafe for UpdateQuota
impl Send for UpdateQuota
impl Sync for UpdateQuota
impl Unpin for UpdateQuota
impl UnsafeUnpin for UpdateQuota
impl UnwindSafe for UpdateQuota
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