Struct rust_rcs_core::msrp::msrp_chunk::MsrpResponseLine
source · 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 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