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