Struct cyfs_lib::UtilGetZoneInputRequest
source · [−]pub struct UtilGetZoneInputRequest {
pub common: UtilInputRequestCommon,
pub object_id: Option<ObjectId>,
pub object_raw: Option<Vec<u8>>,
}
Fields
common: UtilInputRequestCommon
object_id: Option<ObjectId>
object_raw: Option<Vec<u8>>
Auto Trait Implementations
impl RefUnwindSafe for UtilGetZoneInputRequest
impl Send for UtilGetZoneInputRequest
impl Sync for UtilGetZoneInputRequest
impl Unpin for UtilGetZoneInputRequest
impl UnwindSafe for UtilGetZoneInputRequest
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