pub struct DescribeBillingGroupRequest {
pub billing_group_name: String,
}Fields§
§billing_group_name: StringThe name of the billing group.
Trait Implementations§
Source§impl Clone for DescribeBillingGroupRequest
impl Clone for DescribeBillingGroupRequest
Source§fn clone(&self) -> DescribeBillingGroupRequest
fn clone(&self) -> DescribeBillingGroupRequest
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 DescribeBillingGroupRequest
impl Debug for DescribeBillingGroupRequest
Source§impl Default for DescribeBillingGroupRequest
impl Default for DescribeBillingGroupRequest
Source§fn default() -> DescribeBillingGroupRequest
fn default() -> DescribeBillingGroupRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeBillingGroupRequest
Auto Trait Implementations§
impl Freeze for DescribeBillingGroupRequest
impl RefUnwindSafe for DescribeBillingGroupRequest
impl Send for DescribeBillingGroupRequest
impl Sync for DescribeBillingGroupRequest
impl Unpin for DescribeBillingGroupRequest
impl UnwindSafe for DescribeBillingGroupRequest
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