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