pub struct DeleteExtensionRangeRequest {
pub extension: (Bytes, Option<Bytes>),
pub range: (u32, u32),
}Fields§
§extension: (Bytes, Option<Bytes>)§range: (u32, u32)Trait Implementations§
Source§impl Clone for DeleteExtensionRangeRequest
impl Clone for DeleteExtensionRangeRequest
Source§fn clone(&self) -> DeleteExtensionRangeRequest
fn clone(&self) -> DeleteExtensionRangeRequest
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<'de> Deserialize<'de> for DeleteExtensionRangeRequest
impl<'de> Deserialize<'de> for DeleteExtensionRangeRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DeleteExtensionRangeRequest
impl Hash for DeleteExtensionRangeRequest
Source§impl Ord for DeleteExtensionRangeRequest
impl Ord for DeleteExtensionRangeRequest
Source§fn cmp(&self, other: &DeleteExtensionRangeRequest) -> Ordering
fn cmp(&self, other: &DeleteExtensionRangeRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DeleteExtensionRangeRequest
impl PartialOrd for DeleteExtensionRangeRequest
impl Eq for DeleteExtensionRangeRequest
impl StructuralPartialEq for DeleteExtensionRangeRequest
Auto Trait Implementations§
impl !Freeze for DeleteExtensionRangeRequest
impl RefUnwindSafe for DeleteExtensionRangeRequest
impl Send for DeleteExtensionRangeRequest
impl Sync for DeleteExtensionRangeRequest
impl Unpin for DeleteExtensionRangeRequest
impl UnwindSafe for DeleteExtensionRangeRequest
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