pub struct ComponentIdentity {
pub moniker: ExtendedMoniker,
pub url: FlyStr,
}
Fields§
§moniker: ExtendedMoniker
Moniker of the component that this artifacts container is representing.
url: FlyStr
The url with which the associated component was launched.
Implementations§
Trait Implementations§
Source§impl Debug for ComponentIdentity
impl Debug for ComponentIdentity
Source§impl Display for ComponentIdentity
impl Display for ComponentIdentity
Source§impl From<&ComponentIdentity> for MonikerWithUrl
impl From<&ComponentIdentity> for MonikerWithUrl
Source§fn from(identity: &ComponentIdentity) -> Self
fn from(identity: &ComponentIdentity) -> Self
Converts to this type from the input type.
Source§impl From<ComponentIdentity> for MonikerWithUrl
impl From<ComponentIdentity> for MonikerWithUrl
Source§fn from(identity: ComponentIdentity) -> Self
fn from(identity: ComponentIdentity) -> Self
Converts to this type from the input type.
Source§impl Hash for ComponentIdentity
impl Hash for ComponentIdentity
Source§impl PartialEq for ComponentIdentity
impl PartialEq for ComponentIdentity
impl Eq for ComponentIdentity
Auto Trait Implementations§
impl Freeze for ComponentIdentity
impl RefUnwindSafe for ComponentIdentity
impl Send for ComponentIdentity
impl Sync for ComponentIdentity
impl Unpin for ComponentIdentity
impl UnwindSafe for ComponentIdentity
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