#[repr(C)]pub struct EnvironmentId {
pub uuid: Uuid,
}Expand description
Represents a Golem environment
Fields§
§uuid: UuidTrait Implementations§
Source§impl Clone for EnvironmentId
impl Clone for EnvironmentId
Source§fn clone(&self) -> EnvironmentId
fn clone(&self) -> EnvironmentId
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 EnvironmentId
impl Debug for EnvironmentId
impl Copy for EnvironmentId
Auto Trait Implementations§
impl Freeze for EnvironmentId
impl RefUnwindSafe for EnvironmentId
impl Send for EnvironmentId
impl Sync for EnvironmentId
impl Unpin for EnvironmentId
impl UnwindSafe for EnvironmentId
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