pub struct SlotCandidate {
pub generation: u32,
pub eligible: bool,
}Fields§
§generation: u32§eligible: boolTrait Implementations§
Source§impl Clone for SlotCandidate
impl Clone for SlotCandidate
Source§fn clone(&self) -> SlotCandidate
fn clone(&self) -> SlotCandidate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SlotCandidate
Source§impl Debug for SlotCandidate
impl Debug for SlotCandidate
impl Eq for SlotCandidate
Source§impl PartialEq for SlotCandidate
impl PartialEq for SlotCandidate
impl StructuralPartialEq for SlotCandidate
Auto Trait Implementations§
impl Freeze for SlotCandidate
impl RefUnwindSafe for SlotCandidate
impl Send for SlotCandidate
impl Sync for SlotCandidate
impl Unpin for SlotCandidate
impl UnsafeUnpin for SlotCandidate
impl UnwindSafe for SlotCandidate
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