Struct golem_rust::bindings::golem::api::host::ComponentId
source · #[repr(C)]pub struct ComponentId {
pub uuid: Uuid,
}
Expand description
Represents a Golem component
Fields§
§uuid: Uuid
Trait Implementations§
source§impl Clone for ComponentId
impl Clone for ComponentId
source§fn clone(&self) -> ComponentId
fn clone(&self) -> ComponentId
Returns a copy 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 ComponentId
impl Debug for ComponentId
source§impl Display for ComponentId
impl Display for ComponentId
source§impl From<ComponentId> for Uuid
impl From<ComponentId> for Uuid
source§fn from(value: ComponentId) -> Self
fn from(value: ComponentId) -> Self
Converts to this type from the input type.
source§impl From<Uuid> for ComponentId
impl From<Uuid> for ComponentId
source§impl FromStr for ComponentId
impl FromStr for ComponentId
impl Copy for ComponentId
Auto Trait Implementations§
impl Freeze for ComponentId
impl RefUnwindSafe for ComponentId
impl Send for ComponentId
impl Sync for ComponentId
impl Unpin for ComponentId
impl UnwindSafe for ComponentId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)