Struct cyfs_lib::UtilBuildFileInputRequest
source · pub struct UtilBuildFileInputRequest {
pub common: UtilInputRequestCommon,
pub local_path: PathBuf,
pub owner: ObjectId,
pub chunk_size: u32,
}
Fields
common: UtilInputRequestCommon
local_path: PathBuf
owner: ObjectId
chunk_size: u32
Auto Trait Implementations
impl RefUnwindSafe for UtilBuildFileInputRequest
impl Send for UtilBuildFileInputRequest
impl Sync for UtilBuildFileInputRequest
impl Unpin for UtilBuildFileInputRequest
impl UnwindSafe for UtilBuildFileInputRequest
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