Struct cyfs_lib::UpdateChunkStateRequest
source · [−]pub struct UpdateChunkStateRequest {
pub chunk_id: ChunkId,
pub current_state: Option<ChunkState>,
pub state: ChunkState,
}
Fields
chunk_id: ChunkId
current_state: Option<ChunkState>
state: ChunkState
Auto Trait Implementations
impl RefUnwindSafe for UpdateChunkStateRequest
impl Send for UpdateChunkStateRequest
impl Sync for UpdateChunkStateRequest
impl Unpin for UpdateChunkStateRequest
impl UnwindSafe for UpdateChunkStateRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more