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