pub struct ProtocolSubdetail {}Trait Implementations§
Source§impl Debug for ProtocolSubdetail
impl Debug for ProtocolSubdetail
Auto Trait Implementations§
impl Freeze for ProtocolSubdetail
impl RefUnwindSafe for ProtocolSubdetail
impl Send for ProtocolSubdetail
impl Sync for ProtocolSubdetail
impl Unpin for ProtocolSubdetail
impl UnwindSafe for ProtocolSubdetail
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