pub struct SeenPathRequests<C>where
C: SeenPathRequestTable,{ /* private fields */ }Implementations§
Source§impl<C> SeenPathRequests<C>where
C: SeenPathRequestTable,
impl<C> SeenPathRequests<C>where
C: SeenPathRequestTable,
Trait Implementations§
Source§impl<C> Debug for SeenPathRequests<C>where
C: Debug + SeenPathRequestTable,
impl<C> Debug for SeenPathRequests<C>where
C: Debug + SeenPathRequestTable,
Source§impl<C> Default for SeenPathRequests<C>where
C: Default + SeenPathRequestTable,
impl<C> Default for SeenPathRequests<C>where
C: Default + SeenPathRequestTable,
Source§fn default() -> SeenPathRequests<C>
fn default() -> SeenPathRequests<C>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<C> Freeze for SeenPathRequests<C>where
C: Freeze,
impl<C> RefUnwindSafe for SeenPathRequests<C>where
C: RefUnwindSafe,
impl<C> Send for SeenPathRequests<C>where
C: Send,
impl<C> Sync for SeenPathRequests<C>where
C: Sync,
impl<C> Unpin for SeenPathRequests<C>where
C: Unpin,
impl<C> UnsafeUnpin for SeenPathRequests<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for SeenPathRequests<C>where
C: 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