#[repr(u8)]pub enum Ptgcoco {
NOT_START = 0,
COMPLETED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ptgcoco
impl Ord for Ptgcoco
Source§impl PartialOrd for Ptgcoco
impl PartialOrd for Ptgcoco
impl Copy for Ptgcoco
impl Eq for Ptgcoco
impl StructuralPartialEq for Ptgcoco
Auto Trait Implementations§
impl Freeze for Ptgcoco
impl RefUnwindSafe for Ptgcoco
impl Send for Ptgcoco
impl Sync for Ptgcoco
impl Unpin for Ptgcoco
impl UnwindSafe for Ptgcoco
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