Struct aws_sdk_sagemaker::types::Usd
source · #[non_exhaustive]pub struct Usd { /* private fields */ }
Expand description
Represents an amount of money in United States dollars.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Usd
Auto Trait Implementations§
impl RefUnwindSafe for Usd
impl Send for Usd
impl Sync for Usd
impl Unpin for Usd
impl UnwindSafe for Usd
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