Struct aws_sdk_s3::model::JsonInput
source · [−]#[non_exhaustive]pub struct JsonInput { /* private fields */ }
Expand description
Specifies JSON as object's input serialization format.
Implementations
Trait Implementations
impl StructuralPartialEq for JsonInput
Auto Trait Implementations
impl RefUnwindSafe for JsonInput
impl Send for JsonInput
impl Sync for JsonInput
impl Unpin for JsonInput
impl UnwindSafe for JsonInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more