pub enum ParticipantType {
Reaching,
Reachable,
}Variants§
Trait Implementations§
Source§impl Clone for ParticipantType
impl Clone for ParticipantType
Source§fn clone(&self) -> ParticipantType
fn clone(&self) -> ParticipantType
Returns a copy 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 moreimpl Copy for ParticipantType
Auto Trait Implementations§
impl Freeze for ParticipantType
impl RefUnwindSafe for ParticipantType
impl Send for ParticipantType
impl Sync for ParticipantType
impl Unpin for ParticipantType
impl UnwindSafe for ParticipantType
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