pub struct WildcardVersionRule;Expand description
Wildcard or star version.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WildcardVersionRule
impl RefUnwindSafe for WildcardVersionRule
impl Send for WildcardVersionRule
impl Sync for WildcardVersionRule
impl Unpin for WildcardVersionRule
impl UnsafeUnpin for WildcardVersionRule
impl UnwindSafe for WildcardVersionRule
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