Struct cyfs_lib::UtilGetZoneOutputResponse
source · [−]pub struct UtilGetZoneOutputResponse {
pub zone_id: ZoneId,
pub zone: Zone,
pub device_id: DeviceId,
}
Fields
zone_id: ZoneId
zone: Zone
device_id: DeviceId
Trait Implementations
sourceimpl Clone for UtilGetZoneOutputResponse
impl Clone for UtilGetZoneOutputResponse
sourcefn clone(&self) -> UtilGetZoneOutputResponse
fn clone(&self) -> UtilGetZoneOutputResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UtilGetZoneOutputResponse
impl Debug for UtilGetZoneOutputResponse
Auto Trait Implementations
impl RefUnwindSafe for UtilGetZoneOutputResponse
impl Send for UtilGetZoneOutputResponse
impl Sync for UtilGetZoneOutputResponse
impl Unpin for UtilGetZoneOutputResponse
impl UnwindSafe for UtilGetZoneOutputResponse
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