pub struct UpdateBillingGroupResponse {
pub version: Option<i64>,
}Fields§
§version: Option<i64>The latest version of the billing group.
Trait Implementations§
Source§impl Clone for UpdateBillingGroupResponse
impl Clone for UpdateBillingGroupResponse
Source§fn clone(&self) -> UpdateBillingGroupResponse
fn clone(&self) -> UpdateBillingGroupResponse
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 UpdateBillingGroupResponse
impl Debug for UpdateBillingGroupResponse
Source§impl Default for UpdateBillingGroupResponse
impl Default for UpdateBillingGroupResponse
Source§fn default() -> UpdateBillingGroupResponse
fn default() -> UpdateBillingGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateBillingGroupResponse
impl<'de> Deserialize<'de> for UpdateBillingGroupResponse
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
impl StructuralPartialEq for UpdateBillingGroupResponse
Auto Trait Implementations§
impl Freeze for UpdateBillingGroupResponse
impl RefUnwindSafe for UpdateBillingGroupResponse
impl Send for UpdateBillingGroupResponse
impl Sync for UpdateBillingGroupResponse
impl Unpin for UpdateBillingGroupResponse
impl UnwindSafe for UpdateBillingGroupResponse
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