pub struct RootStoreFixture {
pub role: CanisterRole,
pub content_id: [u8; 32],
pub descriptor: FixtureDescriptor,
}Expand description
RootStoreFixture
One admitted role’s immutable source, protected by the installed Root release digest.
Fields§
§role: CanisterRole§content_id: [u8; 32]§descriptor: FixtureDescriptorTrait Implementations§
Source§impl CandidType for RootStoreFixture
impl CandidType for RootStoreFixture
Source§impl Clone for RootStoreFixture
impl Clone for RootStoreFixture
Source§fn clone(&self) -> RootStoreFixture
fn clone(&self) -> RootStoreFixture
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 RootStoreFixture
impl Debug for RootStoreFixture
Source§impl<'de> Deserialize<'de> for RootStoreFixture
impl<'de> Deserialize<'de> for RootStoreFixture
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
impl Eq for RootStoreFixture
Source§impl PartialEq for RootStoreFixture
impl PartialEq for RootStoreFixture
Source§impl Serialize for RootStoreFixture
impl Serialize for RootStoreFixture
impl StructuralPartialEq for RootStoreFixture
Auto Trait Implementations§
impl Freeze for RootStoreFixture
impl RefUnwindSafe for RootStoreFixture
impl Send for RootStoreFixture
impl Sync for RootStoreFixture
impl Unpin for RootStoreFixture
impl UnsafeUnpin for RootStoreFixture
impl UnwindSafe for RootStoreFixture
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