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