pub enum IceGatheringState {
New,
Gathering,
Complete,
}Variants§
Trait Implementations§
Source§impl Clone for IceGatheringState
impl Clone for IceGatheringState
Source§fn clone(&self) -> IceGatheringState
fn clone(&self) -> IceGatheringState
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 IceGatheringState
impl Debug for IceGatheringState
Source§impl PartialEq for IceGatheringState
impl PartialEq for IceGatheringState
impl Copy for IceGatheringState
impl Eq for IceGatheringState
impl StructuralPartialEq for IceGatheringState
Auto Trait Implementations§
impl Freeze for IceGatheringState
impl RefUnwindSafe for IceGatheringState
impl Send for IceGatheringState
impl Sync for IceGatheringState
impl Unpin for IceGatheringState
impl UnwindSafe for IceGatheringState
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