pub struct ReportServerIdResponse {
pub server_id: u8,
pub run_indicator_status: bool,
pub additional_data: Vec<u8>,
}Fields§
§server_id: u8§run_indicator_status: bool§additional_data: Vec<u8>Trait Implementations§
Source§impl Clone for ReportServerIdResponse
impl Clone for ReportServerIdResponse
Source§fn clone(&self) -> ReportServerIdResponse
fn clone(&self) -> ReportServerIdResponse
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 ReportServerIdResponse
impl Debug for ReportServerIdResponse
Source§impl PartialEq for ReportServerIdResponse
impl PartialEq for ReportServerIdResponse
impl Eq for ReportServerIdResponse
impl StructuralPartialEq for ReportServerIdResponse
Auto Trait Implementations§
impl Freeze for ReportServerIdResponse
impl RefUnwindSafe for ReportServerIdResponse
impl Send for ReportServerIdResponse
impl Sync for ReportServerIdResponse
impl Unpin for ReportServerIdResponse
impl UnsafeUnpin for ReportServerIdResponse
impl UnwindSafe for ReportServerIdResponse
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