pub struct ArtifactByteOffset(/* private fields */);Expand description
Absolute byte position in an artifact transfer.
Implementations§
Trait Implementations§
Source§impl Clone for ArtifactByteOffset
impl Clone for ArtifactByteOffset
impl Copy for ArtifactByteOffset
Source§impl Debug for ArtifactByteOffset
impl Debug for ArtifactByteOffset
Source§impl<'de> Deserialize<'de> for ArtifactByteOffset
impl<'de> Deserialize<'de> for ArtifactByteOffset
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
impl Eq for ArtifactByteOffset
Source§impl Hash for ArtifactByteOffset
impl Hash for ArtifactByteOffset
Source§impl Ord for ArtifactByteOffset
impl Ord for ArtifactByteOffset
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ArtifactByteOffset
impl PartialEq for ArtifactByteOffset
Source§impl PartialOrd for ArtifactByteOffset
impl PartialOrd for ArtifactByteOffset
Source§impl Serialize for ArtifactByteOffset
impl Serialize for ArtifactByteOffset
impl StructuralPartialEq for ArtifactByteOffset
Auto Trait Implementations§
impl Freeze for ArtifactByteOffset
impl RefUnwindSafe for ArtifactByteOffset
impl Send for ArtifactByteOffset
impl Sync for ArtifactByteOffset
impl Unpin for ArtifactByteOffset
impl UnsafeUnpin for ArtifactByteOffset
impl UnwindSafe for ArtifactByteOffset
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