pub struct ReachableZone {
pub zone_id: String,
pub zone_name: String,
pub account_id: String,
pub account_name: String,
}Expand description
A zone the setup token can reach, and the account that owns it.
Fields§
§zone_id: String§zone_name: String§account_id: String§account_name: StringAuto Trait Implementations§
impl Freeze for ReachableZone
impl RefUnwindSafe for ReachableZone
impl Send for ReachableZone
impl Sync for ReachableZone
impl Unpin for ReachableZone
impl UnsafeUnpin for ReachableZone
impl UnwindSafe for ReachableZone
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