pub struct VersionDetail {
pub release_date: i64,
pub released: bool,
pub global_usage: f32,
/* private fields */
}Fields§
§release_date: i64§released: bool§global_usage: f32Implementations§
Trait Implementations§
Source§impl Clone for VersionDetail
impl Clone for VersionDetail
Source§fn clone(&self) -> VersionDetail
fn clone(&self) -> VersionDetail
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VersionDetail
impl RefUnwindSafe for VersionDetail
impl Send for VersionDetail
impl Sync for VersionDetail
impl Unpin for VersionDetail
impl UnwindSafe for VersionDetail
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