pub struct SelectedVersion { /* private fields */ }Trait Implementations§
Source§impl Debug for SelectedVersion
impl Debug for SelectedVersion
Source§impl From<(VersionInChannel, Platform)> for SelectedVersion
impl From<(VersionInChannel, Platform)> for SelectedVersion
Source§fn from((v, p): (VersionInChannel, Platform)) -> Self
fn from((v, p): (VersionInChannel, Platform)) -> Self
Converts to this type from the input type.
Source§impl From<(VersionWithoutChannel, Platform)> for SelectedVersion
impl From<(VersionWithoutChannel, Platform)> for SelectedVersion
Source§fn from((v, p): (VersionWithoutChannel, Platform)) -> Self
fn from((v, p): (VersionWithoutChannel, Platform)) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SelectedVersion
impl RefUnwindSafe for SelectedVersion
impl Send for SelectedVersion
impl Sync for SelectedVersion
impl Unpin for SelectedVersion
impl UnwindSafe for SelectedVersion
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