Struct zenoh_protocol::common::extension::DidntConvert
source · pub struct DidntConvert;Auto Trait Implementations§
impl Freeze for DidntConvert
impl RefUnwindSafe for DidntConvert
impl Send for DidntConvert
impl Sync for DidntConvert
impl Unpin for DidntConvert
impl UnwindSafe for DidntConvert
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