pub struct GetBucketReplicationLocation;Trait Implementations§
Source§impl Ops for GetBucketReplicationLocation
impl Ops for GetBucketReplicationLocation
type Response = BodyResponseProcessor<ReplicationLocation>
type Body = NoneBody
type Query = GetBucketReplicationLocationParams
fn prepare(self) -> Result<Prepared<GetBucketReplicationLocationParams>>
const PRODUCT: &'static str = "oss"
const USE_BUCKET: bool = true
Auto Trait Implementations§
impl Freeze for GetBucketReplicationLocation
impl RefUnwindSafe for GetBucketReplicationLocation
impl Send for GetBucketReplicationLocation
impl Sync for GetBucketReplicationLocation
impl Unpin for GetBucketReplicationLocation
impl UnsafeUnpin for GetBucketReplicationLocation
impl UnwindSafe for GetBucketReplicationLocation
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