pub struct ProvisionedResources {
pub zone_name: String,
pub frontend_asset_hostname: String,
pub public_object_storage_hostname: String,
pub private_object_storage_bucket: String,
pub public_object_storage_bucket: String,
pub frontend_asset_bucket: String,
}Expand description
What provisioning creates. Names only — no credentials.
Fields§
§zone_name: String§frontend_asset_hostname: String§public_object_storage_hostname: String§private_object_storage_bucket: String§public_object_storage_bucket: String§frontend_asset_bucket: StringAuto Trait Implementations§
impl Freeze for ProvisionedResources
impl RefUnwindSafe for ProvisionedResources
impl Send for ProvisionedResources
impl Sync for ProvisionedResources
impl Unpin for ProvisionedResources
impl UnsafeUnpin for ProvisionedResources
impl UnwindSafe for ProvisionedResources
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