pub struct AppendObjectOutput {
pub request_id: String,
pub next_position: u64,
pub hash_crc64: Option<String>,
}Fields§
§request_id: String§next_position: u64§hash_crc64: Option<String>Trait Implementations§
Source§impl Clone for AppendObjectOutput
impl Clone for AppendObjectOutput
Source§fn clone(&self) -> AppendObjectOutput
fn clone(&self) -> AppendObjectOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AppendObjectOutput
impl RefUnwindSafe for AppendObjectOutput
impl Send for AppendObjectOutput
impl Sync for AppendObjectOutput
impl Unpin for AppendObjectOutput
impl UnsafeUnpin for AppendObjectOutput
impl UnwindSafe for AppendObjectOutput
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