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