pub struct BillableInfo {
pub billing_active: bool,
}Fields§
§billing_active: boolTrait Implementations§
Source§impl Debug for BillableInfo
impl Debug for BillableInfo
Source§impl Default for BillableInfo
impl Default for BillableInfo
Source§fn default() -> BillableInfo
fn default() -> BillableInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BillableInfo
impl<'de> Deserialize<'de> for BillableInfo
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 BillableInfo
impl PartialEq for BillableInfo
Source§impl Serialize for BillableInfo
impl Serialize for BillableInfo
impl StructuralPartialEq for BillableInfo
Auto Trait Implementations§
impl Freeze for BillableInfo
impl RefUnwindSafe for BillableInfo
impl Send for BillableInfo
impl Sync for BillableInfo
impl Unpin for BillableInfo
impl UnwindSafe for BillableInfo
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