pub struct PlatformMetadata {
pub organization_id: String,
pub environment_id: String,
pub root_organization_id: String,
}Expand description
Metadata regarding the management plane.
Fields§
§organization_id: StringOrganization ID
environment_id: StringEnvironment ID
root_organization_id: StringThe root organization ID
Trait Implementations§
Source§impl Clone for PlatformMetadata
impl Clone for PlatformMetadata
Source§fn clone(&self) -> PlatformMetadata
fn clone(&self) -> PlatformMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlatformMetadata
impl Debug for PlatformMetadata
Source§impl Default for PlatformMetadata
impl Default for PlatformMetadata
Source§fn default() -> PlatformMetadata
fn default() -> PlatformMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PlatformMetadata
impl RefUnwindSafe for PlatformMetadata
impl Send for PlatformMetadata
impl Sync for PlatformMetadata
impl Unpin for PlatformMetadata
impl UnwindSafe for PlatformMetadata
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