pub struct WorkerEntryView {
pub pool: String,
pub canister_role: CanisterRole,
pub created_at_secs: u64,
}Expand description
WorkerEntryView
Fields§
§pool: String§canister_role: CanisterRole§created_at_secs: u64Trait Implementations§
Source§impl CandidType for WorkerEntryView
impl CandidType for WorkerEntryView
Source§impl Clone for WorkerEntryView
impl Clone for WorkerEntryView
Source§fn clone(&self) -> WorkerEntryView
fn clone(&self) -> WorkerEntryView
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 WorkerEntryView
impl Debug for WorkerEntryView
Source§impl<'de> Deserialize<'de> for WorkerEntryView
impl<'de> Deserialize<'de> for WorkerEntryView
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 WorkerEntryView
impl PartialEq for WorkerEntryView
Source§impl Serialize for WorkerEntryView
impl Serialize for WorkerEntryView
impl Eq for WorkerEntryView
impl StructuralPartialEq for WorkerEntryView
Auto Trait Implementations§
impl Freeze for WorkerEntryView
impl RefUnwindSafe for WorkerEntryView
impl Send for WorkerEntryView
impl Sync for WorkerEntryView
impl Unpin for WorkerEntryView
impl UnwindSafe for WorkerEntryView
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