pub struct MsrpResponseLine {
pub transaction_id: Vec<u8>,
pub status_code: u16,
pub comment: Option<Vec<u8>>,
}
Fields§
§transaction_id: Vec<u8>
§status_code: u16
§comment: Option<Vec<u8>>
Implementations§
Source§impl MsrpResponseLine
impl MsrpResponseLine
pub fn reader(&self) -> MsrpResponseLineReader<'_> ⓘ
Trait Implementations§
Source§impl Serializable for MsrpResponseLine
impl Serializable for MsrpResponseLine
fn estimated_size(&self) -> usize
Auto Trait Implementations§
impl Freeze for MsrpResponseLine
impl RefUnwindSafe for MsrpResponseLine
impl Send for MsrpResponseLine
impl Sync for MsrpResponseLine
impl Unpin for MsrpResponseLine
impl UnwindSafe for MsrpResponseLine
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