pub struct PreReleaseRule;Expand description
Pre-release / alpha / beta version in non-dev dependency.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreReleaseRule
impl RefUnwindSafe for PreReleaseRule
impl Send for PreReleaseRule
impl Sync for PreReleaseRule
impl Unpin for PreReleaseRule
impl UnsafeUnpin for PreReleaseRule
impl UnwindSafe for PreReleaseRule
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