pub struct RootStoreFixturePrepareRequest {
pub bootstrap: RootStoreBootstrapRequest,
pub role: CanisterRole,
}Expand description
RootStoreFixturePrepareRequest
Select one source from Root’s protected staged release manifest; carries no payload authority.
Fields§
§bootstrap: RootStoreBootstrapRequest§role: CanisterRoleTrait Implementations§
Source§impl Clone for RootStoreFixturePrepareRequest
impl Clone for RootStoreFixturePrepareRequest
Source§fn clone(&self) -> RootStoreFixturePrepareRequest
fn clone(&self) -> RootStoreFixturePrepareRequest
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<'de> Deserialize<'de> for RootStoreFixturePrepareRequest
impl<'de> Deserialize<'de> for RootStoreFixturePrepareRequest
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 RootStoreFixturePrepareRequest
impl StructuralPartialEq for RootStoreFixturePrepareRequest
Auto Trait Implementations§
impl Freeze for RootStoreFixturePrepareRequest
impl RefUnwindSafe for RootStoreFixturePrepareRequest
impl Send for RootStoreFixturePrepareRequest
impl Sync for RootStoreFixturePrepareRequest
impl Unpin for RootStoreFixturePrepareRequest
impl UnsafeUnpin for RootStoreFixturePrepareRequest
impl UnwindSafe for RootStoreFixturePrepareRequest
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