pub struct LatestReference {
pub version: String,
pub sha: String,
}Fields§
§version: String§sha: StringTrait Implementations§
Source§impl Clone for LatestReference
impl Clone for LatestReference
Source§fn clone(&self) -> LatestReference
fn clone(&self) -> LatestReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LatestReference
impl Debug for LatestReference
impl Eq for LatestReference
Source§impl PartialEq for LatestReference
impl PartialEq for LatestReference
impl StructuralPartialEq for LatestReference
Auto Trait Implementations§
impl Freeze for LatestReference
impl RefUnwindSafe for LatestReference
impl Send for LatestReference
impl Sync for LatestReference
impl Unpin for LatestReference
impl UnsafeUnpin for LatestReference
impl UnwindSafe for LatestReference
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.