pub struct UpdateFileChunkInput {
pub id: u32,
pub chunk_index: u32,
pub content: ByteBuf,
}Fields§
§id: u32§chunk_index: u32§content: ByteBufTrait Implementations§
Source§impl CandidType for UpdateFileChunkInput
impl CandidType for UpdateFileChunkInput
Source§impl Clone for UpdateFileChunkInput
impl Clone for UpdateFileChunkInput
Source§fn clone(&self) -> UpdateFileChunkInput
fn clone(&self) -> UpdateFileChunkInput
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 UpdateFileChunkInput
impl Debug for UpdateFileChunkInput
Source§impl Default for UpdateFileChunkInput
impl Default for UpdateFileChunkInput
Source§fn default() -> UpdateFileChunkInput
fn default() -> UpdateFileChunkInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFileChunkInput
impl<'de> Deserialize<'de> for UpdateFileChunkInput
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
Auto Trait Implementations§
impl Freeze for UpdateFileChunkInput
impl RefUnwindSafe for UpdateFileChunkInput
impl Send for UpdateFileChunkInput
impl Sync for UpdateFileChunkInput
impl Unpin for UpdateFileChunkInput
impl UnwindSafe for UpdateFileChunkInput
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