pub struct ConstellationAtlasRef {
pub vat_id: String,
pub name: String,
pub locator: Option<String>,
pub role: Option<String>,
}Fields§
§vat_id: StringAtlas content-addressed id (vat_*).
name: StringHuman-readable Atlas name.
locator: Option<String>File path to the Atlas’s manifest.yaml.
role: Option<String>Optional role (e.g. core, partner-atlas).
Trait Implementations§
Source§impl Clone for ConstellationAtlasRef
impl Clone for ConstellationAtlasRef
Source§fn clone(&self) -> ConstellationAtlasRef
fn clone(&self) -> ConstellationAtlasRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConstellationAtlasRef
impl Debug for ConstellationAtlasRef
Source§impl<'de> Deserialize<'de> for ConstellationAtlasRef
impl<'de> Deserialize<'de> for ConstellationAtlasRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ConstellationAtlasRef
impl PartialEq for ConstellationAtlasRef
Source§fn eq(&self, other: &ConstellationAtlasRef) -> bool
fn eq(&self, other: &ConstellationAtlasRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConstellationAtlasRef
impl Serialize for ConstellationAtlasRef
impl StructuralPartialEq for ConstellationAtlasRef
Auto Trait Implementations§
impl Freeze for ConstellationAtlasRef
impl RefUnwindSafe for ConstellationAtlasRef
impl Send for ConstellationAtlasRef
impl Sync for ConstellationAtlasRef
impl Unpin for ConstellationAtlasRef
impl UnsafeUnpin for ConstellationAtlasRef
impl UnwindSafe for ConstellationAtlasRef
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