pub struct PerrView<B> {
    pub header: Ref<B, PerrHeader>,
    pub destinations: PerrDestinationListView<B>,
}Fields§
§header: Ref<B, PerrHeader>§destinations: PerrDestinationListView<B>Auto Trait Implementations§
impl<B> Freeze for PerrView<B>where
    B: Freeze,
impl<B> RefUnwindSafe for PerrView<B>where
    B: RefUnwindSafe,
impl<B> Send for PerrView<B>where
    B: Send,
impl<B> Sync for PerrView<B>where
    B: Sync,
impl<B> Unpin for PerrView<B>where
    B: Unpin,
impl<B> UnwindSafe for PerrView<B>where
    B: UnwindSafe,
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