pub struct Redirect {
pub connect_uri: Vec<u8>,
pub track_namespace: TrackNamespace,
pub track_name: Vec<u8>,
}Expand description
Optional Redirect structure carried in REQUEST_ERROR with code 0x34.
Fields§
§connect_uri: Vec<u8>§track_namespace: TrackNamespace§track_name: Vec<u8>Trait Implementations§
impl Eq for Redirect
impl StructuralPartialEq for Redirect
Auto Trait Implementations§
impl Freeze for Redirect
impl RefUnwindSafe for Redirect
impl Send for Redirect
impl Sync for Redirect
impl Unpin for Redirect
impl UnsafeUnpin for Redirect
impl UnwindSafe for Redirect
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