pub struct RestoreMappingEntry {
pub source_canister: String,
pub target_canister: String,
}Expand description
RestoreMappingEntry
Fields§
§source_canister: String§target_canister: StringTrait Implementations§
Source§impl Clone for RestoreMappingEntry
impl Clone for RestoreMappingEntry
Source§fn clone(&self) -> RestoreMappingEntry
fn clone(&self) -> RestoreMappingEntry
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 RestoreMappingEntry
impl Debug for RestoreMappingEntry
Source§impl<'de> Deserialize<'de> for RestoreMappingEntry
impl<'de> Deserialize<'de> for RestoreMappingEntry
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
Auto Trait Implementations§
impl Freeze for RestoreMappingEntry
impl RefUnwindSafe for RestoreMappingEntry
impl Send for RestoreMappingEntry
impl Sync for RestoreMappingEntry
impl Unpin for RestoreMappingEntry
impl UnsafeUnpin for RestoreMappingEntry
impl UnwindSafe for RestoreMappingEntry
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