pub struct DescBufs<'a> { /* private fields */ }Expand description
Owned side-tables backing one PointDesc view. Strings inside borrow
the prost message, so this lives exactly as long as the borrow chain.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DescBufs<'a>
impl<'a> RefUnwindSafe for DescBufs<'a>
impl<'a> Send for DescBufs<'a>
impl<'a> Sync for DescBufs<'a>
impl<'a> Unpin for DescBufs<'a>
impl<'a> UnsafeUnpin for DescBufs<'a>
impl<'a> UnwindSafe for DescBufs<'a>
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