pub struct ArtifactChunkLimit(/* private fields */);Expand description
Validated bound for one artifact transfer operation.
Implementations§
Trait Implementations§
Source§impl Clone for ArtifactChunkLimit
impl Clone for ArtifactChunkLimit
impl Copy for ArtifactChunkLimit
Source§impl Debug for ArtifactChunkLimit
impl Debug for ArtifactChunkLimit
Source§impl Default for ArtifactChunkLimit
impl Default for ArtifactChunkLimit
Source§impl<'de> Deserialize<'de> for ArtifactChunkLimit
impl<'de> Deserialize<'de> for ArtifactChunkLimit
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 ArtifactChunkLimit
Source§impl PartialEq for ArtifactChunkLimit
impl PartialEq for ArtifactChunkLimit
Source§impl Serialize for ArtifactChunkLimit
impl Serialize for ArtifactChunkLimit
impl StructuralPartialEq for ArtifactChunkLimit
Auto Trait Implementations§
impl Freeze for ArtifactChunkLimit
impl RefUnwindSafe for ArtifactChunkLimit
impl Send for ArtifactChunkLimit
impl Sync for ArtifactChunkLimit
impl Unpin for ArtifactChunkLimit
impl UnsafeUnpin for ArtifactChunkLimit
impl UnwindSafe for ArtifactChunkLimit
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