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