Struct cyfs_lib::UpdateChunkRefsRequest
source · [−]pub struct UpdateChunkRefsRequest {
pub chunk_id: ChunkId,
pub add_list: Vec<ChunkObjectRef, Global>,
pub remove_list: Vec<ChunkObjectRef, Global>,
}
Fields
chunk_id: ChunkId
add_list: Vec<ChunkObjectRef, Global>
remove_list: Vec<ChunkObjectRef, Global>
Auto Trait Implementations
impl RefUnwindSafe for UpdateChunkRefsRequest
impl Send for UpdateChunkRefsRequest
impl Sync for UpdateChunkRefsRequest
impl Unpin for UpdateChunkRefsRequest
impl UnwindSafe for UpdateChunkRefsRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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