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