Struct rust_rcs_core::msrp::msrp_parser::MsrpParser
source · pub struct MsrpParser { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MsrpParser
impl Send for MsrpParser
impl Sync for MsrpParser
impl Unpin for MsrpParser
impl !UnwindSafe for MsrpParser
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