pub struct RootBaselineMetadata {
pub root_id: Principal,
pub subnet_directory: HashMap<CanisterRole, Principal>,
}Expand description
RootBaselineMetadata
Fields§
§root_id: Principal§subnet_directory: HashMap<CanisterRole, Principal>Auto Trait Implementations§
impl Freeze for RootBaselineMetadata
impl RefUnwindSafe for RootBaselineMetadata
impl Send for RootBaselineMetadata
impl Sync for RootBaselineMetadata
impl Unpin for RootBaselineMetadata
impl UnsafeUnpin for RootBaselineMetadata
impl UnwindSafe for RootBaselineMetadata
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