pub struct MsrpChunkInfo<'a> {
pub from_path: &'a [u8],
pub to_path: &'a [u8],
pub message_id: Option<&'a [u8]>,
pub byte_range: Option<&'a [u8]>,
pub content_type: Option<&'a [u8]>,
pub success_report: Option<ReportSuccess>,
pub failure_report: Option<ReportFailure>,
}
Fields§
§from_path: &'a [u8]
§to_path: &'a [u8]
§message_id: Option<&'a [u8]>
§byte_range: Option<&'a [u8]>
§content_type: Option<&'a [u8]>
§success_report: Option<ReportSuccess>
§failure_report: Option<ReportFailure>
Auto Trait Implementations§
impl<'a> Freeze for MsrpChunkInfo<'a>
impl<'a> RefUnwindSafe for MsrpChunkInfo<'a>
impl<'a> Send for MsrpChunkInfo<'a>
impl<'a> Sync for MsrpChunkInfo<'a>
impl<'a> Unpin for MsrpChunkInfo<'a>
impl<'a> UnwindSafe for MsrpChunkInfo<'a>
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