pub struct ProtocolAware { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProtocolAware
impl !RefUnwindSafe for ProtocolAware
impl !Send for ProtocolAware
impl !Sync for ProtocolAware
impl Unpin for ProtocolAware
impl !UnwindSafe for ProtocolAware
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