pub struct TrackStatusOk {
pub request_id: VarInt,
pub status_code: VarInt,
pub largest_location: Option<Location>,
pub parameters: Vec<KeyValuePair>,
}Fields§
§request_id: VarInt§status_code: VarInt§largest_location: Option<Location>§parameters: Vec<KeyValuePair>Trait Implementations§
Source§impl Clone for TrackStatusOk
impl Clone for TrackStatusOk
Source§fn clone(&self) -> TrackStatusOk
fn clone(&self) -> TrackStatusOk
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 TrackStatusOk
impl Debug for TrackStatusOk
Source§impl PartialEq for TrackStatusOk
impl PartialEq for TrackStatusOk
impl Eq for TrackStatusOk
impl StructuralPartialEq for TrackStatusOk
Auto Trait Implementations§
impl Freeze for TrackStatusOk
impl RefUnwindSafe for TrackStatusOk
impl Send for TrackStatusOk
impl Sync for TrackStatusOk
impl Unpin for TrackStatusOk
impl UnsafeUnpin for TrackStatusOk
impl UnwindSafe for TrackStatusOk
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