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