pub struct GetBucketInventory {
pub inventory_id: String,
}Fields§
§inventory_id: StringTrait Implementations§
Source§impl Ops for GetBucketInventory
impl Ops for GetBucketInventory
Auto Trait Implementations§
impl Freeze for GetBucketInventory
impl RefUnwindSafe for GetBucketInventory
impl Send for GetBucketInventory
impl Sync for GetBucketInventory
impl Unpin for GetBucketInventory
impl UnsafeUnpin for GetBucketInventory
impl UnwindSafe for GetBucketInventory
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