pub struct SnapshotTarget {
pub canister_id: String,
pub role: Option<String>,
pub parent_canister_id: Option<String>,
}Expand description
SnapshotTarget
Fields§
§canister_id: String§role: Option<String>§parent_canister_id: Option<String>Trait Implementations§
Source§impl Clone for SnapshotTarget
impl Clone for SnapshotTarget
Source§fn clone(&self) -> SnapshotTarget
fn clone(&self) -> SnapshotTarget
Returns a duplicate of the value. Read more
1.0.0 · 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 SnapshotTarget
impl Debug for SnapshotTarget
Source§impl PartialEq for SnapshotTarget
impl PartialEq for SnapshotTarget
impl Eq for SnapshotTarget
impl StructuralPartialEq for SnapshotTarget
Auto Trait Implementations§
impl Freeze for SnapshotTarget
impl RefUnwindSafe for SnapshotTarget
impl Send for SnapshotTarget
impl Sync for SnapshotTarget
impl Unpin for SnapshotTarget
impl UnsafeUnpin for SnapshotTarget
impl UnwindSafe for SnapshotTarget
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