Struct cyfs_lib::UtilInputRequestCommon
source · [−]pub struct UtilInputRequestCommon {
pub req_path: Option<String>,
pub source: RequestSourceInfo,
pub target: Option<ObjectId>,
pub flags: u32,
}Fields
req_path: Option<String>source: RequestSourceInfotarget: Option<ObjectId>flags: u32Auto Trait Implementations
impl RefUnwindSafe for UtilInputRequestCommon
impl Send for UtilInputRequestCommon
impl Sync for UtilInputRequestCommon
impl Unpin for UtilInputRequestCommon
impl UnwindSafe for UtilInputRequestCommon
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