Struct cyfs_lib::InsertChunkRequest
source · [−]pub struct InsertChunkRequest {
pub chunk_id: ChunkId,
pub state: ChunkState,
pub ref_objects: Option<Vec<ChunkObjectRef, Global>>,
pub trans_sessions: Option<Vec<String, Global>>,
pub flags: u32,
}
Fields
chunk_id: ChunkId
state: ChunkState
ref_objects: Option<Vec<ChunkObjectRef, Global>>
trans_sessions: Option<Vec<String, Global>>
flags: u32
Auto Trait Implementations
impl RefUnwindSafe for InsertChunkRequest
impl Send for InsertChunkRequest
impl Sync for InsertChunkRequest
impl Unpin for InsertChunkRequest
impl UnwindSafe for InsertChunkRequest
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