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