pub struct PerrDestinationListView<B>(pub B);Tuple Fields§
§0: BImplementations§
Source§impl<B: SplitByteSlice> PerrDestinationListView<B>
 
impl<B: SplitByteSlice> PerrDestinationListView<B>
pub fn iter(&self) -> PerrDestinationIter<&[u8]> ⓘ
Trait Implementations§
Source§impl<'a, B: SplitByteSlice> IntoIterator for &'a PerrDestinationListView<B>
 
impl<'a, B: SplitByteSlice> IntoIterator for &'a PerrDestinationListView<B>
Source§impl<B: SplitByteSlice> IntoIterator for PerrDestinationListView<B>
 
impl<B: SplitByteSlice> IntoIterator for PerrDestinationListView<B>
Auto Trait Implementations§
impl<B> Freeze for PerrDestinationListView<B>where
    B: Freeze,
impl<B> RefUnwindSafe for PerrDestinationListView<B>where
    B: RefUnwindSafe,
impl<B> Send for PerrDestinationListView<B>where
    B: Send,
impl<B> Sync for PerrDestinationListView<B>where
    B: Sync,
impl<B> Unpin for PerrDestinationListView<B>where
    B: Unpin,
impl<B> UnwindSafe for PerrDestinationListView<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