Struct cyfs_lib::TransCreateTaskInputRequest
source · [−]pub struct TransCreateTaskInputRequest {
pub common: NDNInputRequestCommon,
pub object_id: ObjectId,
pub local_path: PathBuf,
pub device_list: Vec<DeviceId>,
pub context_id: Option<ObjectId>,
pub auto_start: bool,
}
Fields
common: NDNInputRequestCommon
object_id: ObjectId
local_path: PathBuf
device_list: Vec<DeviceId>
context_id: Option<ObjectId>
auto_start: bool
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TransCreateTaskInputRequest
impl Send for TransCreateTaskInputRequest
impl Sync for TransCreateTaskInputRequest
impl Unpin for TransCreateTaskInputRequest
impl !UnwindSafe for TransCreateTaskInputRequest
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