pub struct CreateTwoDCartesianZoneResponse {
pub zone_id: Option<u8>,
}Fields§
§zone_id: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateTwoDCartesianZoneResponse
impl RefUnwindSafe for CreateTwoDCartesianZoneResponse
impl Send for CreateTwoDCartesianZoneResponse
impl Sync for CreateTwoDCartesianZoneResponse
impl Unpin for CreateTwoDCartesianZoneResponse
impl UnwindSafe for CreateTwoDCartesianZoneResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more