pub struct SystemVersionReplyPayload {
pub version: Version,
pub product_type: ProductType,
pub flags: ProductFlags,
}
Fields§
§version: Version
§product_type: ProductType
§flags: ProductFlags
Trait Implementations§
Source§impl Clone for SystemVersionReplyPayload
impl Clone for SystemVersionReplyPayload
Source§fn clone(&self) -> SystemVersionReplyPayload
fn clone(&self) -> SystemVersionReplyPayload
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 SystemVersionReplyPayload
impl Debug for SystemVersionReplyPayload
Source§impl Decode for SystemVersionReplyPayload
impl Decode for SystemVersionReplyPayload
impl Copy for SystemVersionReplyPayload
impl Eq for SystemVersionReplyPayload
impl StructuralPartialEq for SystemVersionReplyPayload
Auto Trait Implementations§
impl Freeze for SystemVersionReplyPayload
impl RefUnwindSafe for SystemVersionReplyPayload
impl Send for SystemVersionReplyPayload
impl Sync for SystemVersionReplyPayload
impl Unpin for SystemVersionReplyPayload
impl UnwindSafe for SystemVersionReplyPayload
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