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