Struct cyfs_lib::ExistsChunkRequest
source · [−]pub struct ExistsChunkRequest {
pub chunk_list: Vec<ChunkId, Global>,
pub states: Vec<ChunkState, Global>,
}
Fields
chunk_list: Vec<ChunkId, Global>
states: Vec<ChunkState, Global>
Auto Trait Implementations
impl RefUnwindSafe for ExistsChunkRequest
impl Send for ExistsChunkRequest
impl Sync for ExistsChunkRequest
impl Unpin for ExistsChunkRequest
impl UnwindSafe for ExistsChunkRequest
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