pub struct SnapshotReadAuthorityPreflightRequest {
pub plan_id: String,
pub run_id: String,
pub fleet: String,
pub network: String,
pub root_canister_id: String,
pub targets: Vec<SnapshotReadAuthorityPreflightTarget>,
}Expand description
SnapshotReadAuthorityPreflightRequest
Fields§
§plan_id: String§run_id: String§fleet: String§network: String§root_canister_id: String§targets: Vec<SnapshotReadAuthorityPreflightTarget>Trait Implementations§
Source§impl Clone for SnapshotReadAuthorityPreflightRequest
impl Clone for SnapshotReadAuthorityPreflightRequest
Source§fn clone(&self) -> SnapshotReadAuthorityPreflightRequest
fn clone(&self) -> SnapshotReadAuthorityPreflightRequest
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 SnapshotReadAuthorityPreflightRequest
impl<'de> Deserialize<'de> for SnapshotReadAuthorityPreflightRequest
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 SnapshotReadAuthorityPreflightRequest
impl PartialEq for SnapshotReadAuthorityPreflightRequest
Source§fn eq(&self, other: &SnapshotReadAuthorityPreflightRequest) -> bool
fn eq(&self, other: &SnapshotReadAuthorityPreflightRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SnapshotReadAuthorityPreflightRequest
impl StructuralPartialEq for SnapshotReadAuthorityPreflightRequest
Auto Trait Implementations§
impl Freeze for SnapshotReadAuthorityPreflightRequest
impl RefUnwindSafe for SnapshotReadAuthorityPreflightRequest
impl Send for SnapshotReadAuthorityPreflightRequest
impl Sync for SnapshotReadAuthorityPreflightRequest
impl Unpin for SnapshotReadAuthorityPreflightRequest
impl UnsafeUnpin for SnapshotReadAuthorityPreflightRequest
impl UnwindSafe for SnapshotReadAuthorityPreflightRequest
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