Struct cyfs_lib::UtilGetZoneOutputRequest
source · [−]pub struct UtilGetZoneOutputRequest {
pub common: UtilOutputRequestCommon,
pub object_id: Option<ObjectId>,
pub object_raw: Option<Vec<u8>>,
}
Fields
common: UtilOutputRequestCommon
object_id: Option<ObjectId>
object_raw: Option<Vec<u8>>
Implementations
Trait Implementations
sourceimpl Clone for UtilGetZoneOutputRequest
impl Clone for UtilGetZoneOutputRequest
sourcefn clone(&self) -> UtilGetZoneOutputRequest
fn clone(&self) -> UtilGetZoneOutputRequest
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UtilGetZoneOutputRequest
impl Debug for UtilGetZoneOutputRequest
Auto Trait Implementations
impl RefUnwindSafe for UtilGetZoneOutputRequest
impl Send for UtilGetZoneOutputRequest
impl Sync for UtilGetZoneOutputRequest
impl Unpin for UtilGetZoneOutputRequest
impl UnwindSafe for UtilGetZoneOutputRequest
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