pub struct DeleteContentRangeRequest {
pub range: Range,
}Expand description
Delete content range request.
Fields§
§range: RangeTrait Implementations§
Source§impl Clone for DeleteContentRangeRequest
impl Clone for DeleteContentRangeRequest
Source§fn clone(&self) -> DeleteContentRangeRequest
fn clone(&self) -> DeleteContentRangeRequest
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 moreSource§impl Debug for DeleteContentRangeRequest
impl Debug for DeleteContentRangeRequest
Auto Trait Implementations§
impl Freeze for DeleteContentRangeRequest
impl RefUnwindSafe for DeleteContentRangeRequest
impl Send for DeleteContentRangeRequest
impl Sync for DeleteContentRangeRequest
impl Unpin for DeleteContentRangeRequest
impl UnsafeUnpin for DeleteContentRangeRequest
impl UnwindSafe for DeleteContentRangeRequest
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