pub struct PoolImport {
pub local: Vec<Principal>,
pub ic: Vec<Principal>,
}Expand description
PoolImport Per-environment import lists for canister pools.
Fields§
§local: Vec<Principal>§ic: Vec<Principal>Trait Implementations§
Source§impl Clone for PoolImport
impl Clone for PoolImport
Source§fn clone(&self) -> PoolImport
fn clone(&self) -> PoolImport
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 PoolImport
impl Debug for PoolImport
Source§impl Default for PoolImport
impl Default for PoolImport
Source§fn default() -> PoolImport
fn default() -> PoolImport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PoolImport
impl<'de> Deserialize<'de> for PoolImport
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 PoolImport
impl RefUnwindSafe for PoolImport
impl Send for PoolImport
impl Sync for PoolImport
impl Unpin for PoolImport
impl UnwindSafe for PoolImport
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