pub struct CanisterPoolView {
pub entries: Vec<CanisterPoolEntryView>,
}Expand description
CanisterPoolView Read-only pool snapshot for endpoints.
Fields§
§entries: Vec<CanisterPoolEntryView>Trait Implementations§
Source§impl CandidType for CanisterPoolView
impl CandidType for CanisterPoolView
Source§impl Clone for CanisterPoolView
impl Clone for CanisterPoolView
Source§fn clone(&self) -> CanisterPoolView
fn clone(&self) -> CanisterPoolView
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 CanisterPoolView
impl Debug for CanisterPoolView
Source§impl<'de> Deserialize<'de> for CanisterPoolView
impl<'de> Deserialize<'de> for CanisterPoolView
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 CanisterPoolView
impl RefUnwindSafe for CanisterPoolView
impl Send for CanisterPoolView
impl Sync for CanisterPoolView
impl Unpin for CanisterPoolView
impl UnwindSafe for CanisterPoolView
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