pub struct ProtocolBuffer;
Implementations§
Auto Trait Implementations§
impl Freeze for ProtocolBuffer
impl RefUnwindSafe for ProtocolBuffer
impl Send for ProtocolBuffer
impl Sync for ProtocolBuffer
impl Unpin for ProtocolBuffer
impl UnwindSafe for ProtocolBuffer
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