pub struct Mpxy;Expand description
Message Proxy extension.
Trait Implementations§
Source§impl Extension for Mpxy
impl Extension for Mpxy
Source§fn extension_id(&self) -> usize
fn extension_id(&self) -> usize
Get a raw
extension_id value to pass to SBI environment.impl Copy for Mpxy
Auto Trait Implementations§
impl Freeze for Mpxy
impl RefUnwindSafe for Mpxy
impl Send for Mpxy
impl Sync for Mpxy
impl Unpin for Mpxy
impl UnsafeUnpin for Mpxy
impl UnwindSafe for Mpxy
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