pub struct SealAppendObjectParams {
pub position: u64,
/* private fields */
}Expand description
SealAppendObject query parameters: ?seal&position=<n>.
Fields§
§position: u64Implementations§
Trait Implementations§
Source§impl Clone for SealAppendObjectParams
impl Clone for SealAppendObjectParams
Source§fn clone(&self) -> SealAppendObjectParams
fn clone(&self) -> SealAppendObjectParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SealAppendObjectParams
impl Debug for SealAppendObjectParams
Auto Trait Implementations§
impl Freeze for SealAppendObjectParams
impl RefUnwindSafe for SealAppendObjectParams
impl Send for SealAppendObjectParams
impl Sync for SealAppendObjectParams
impl Unpin for SealAppendObjectParams
impl UnsafeUnpin for SealAppendObjectParams
impl UnwindSafe for SealAppendObjectParams
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