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