Struct nx::version::VersionInterval
source · [−]pub struct VersionInterval { /* private fields */ }
Implementations
Auto Trait Implementations
impl RefUnwindSafe for VersionInterval
impl Send for VersionInterval
impl Sync for VersionInterval
impl Unpin for VersionInterval
impl UnwindSafe for VersionInterval
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more