pub struct VersionResponse(pub VersionStatus);Tuple Fields§
§0: VersionStatusTrait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for VersionResponse
impl<'__de, __Context> BorrowDecode<'__de, __Context> for VersionResponse
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for VersionResponse
impl Clone for VersionResponse
Source§fn clone(&self) -> VersionResponse
fn clone(&self) -> VersionResponse
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 moreSource§impl Debug for VersionResponse
impl Debug for VersionResponse
Source§impl<__Context> Decode<__Context> for VersionResponse
impl<__Context> Decode<__Context> for VersionResponse
Source§impl Encode for VersionResponse
impl Encode for VersionResponse
Source§impl Ord for VersionResponse
impl Ord for VersionResponse
Source§fn cmp(&self, other: &VersionResponse) -> Ordering
fn cmp(&self, other: &VersionResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VersionResponse
impl PartialEq for VersionResponse
Source§impl PartialOrd for VersionResponse
impl PartialOrd for VersionResponse
impl Eq for VersionResponse
impl StructuralPartialEq for VersionResponse
Auto Trait Implementations§
impl Freeze for VersionResponse
impl RefUnwindSafe for VersionResponse
impl Send for VersionResponse
impl Sync for VersionResponse
impl Unpin for VersionResponse
impl UnwindSafe for VersionResponse
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