Struct cyfs_lib::RemoveChunkRequest
source · pub struct RemoveChunkRequest {
pub chunk_id: ChunkId,
}
Fields
chunk_id: ChunkId
Auto Trait Implementations
impl RefUnwindSafe for RemoveChunkRequest
impl Send for RemoveChunkRequest
impl Sync for RemoveChunkRequest
impl Unpin for RemoveChunkRequest
impl UnwindSafe for RemoveChunkRequest
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