Struct cyfs_lib::UtilGetNOCInfoInputRequest
source · pub struct UtilGetNOCInfoInputRequest {
pub common: UtilInputRequestCommon,
}
Fields
common: UtilInputRequestCommon
Auto Trait Implementations
impl RefUnwindSafe for UtilGetNOCInfoInputRequest
impl Send for UtilGetNOCInfoInputRequest
impl Sync for UtilGetNOCInfoInputRequest
impl Unpin for UtilGetNOCInfoInputRequest
impl UnwindSafe for UtilGetNOCInfoInputRequest
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