pub struct Flow<T: Ipc, A: GenericCongAvoidFlow> { /* private fields */ }Expand description
The generic-cong-avoid type which implements portus::Flow.
Trait Implementations§
Auto Trait Implementations§
impl<T, A> Freeze for Flow<T, A>
impl<T, A> !RefUnwindSafe for Flow<T, A>
impl<T, A> !Send for Flow<T, A>
impl<T, A> !Sync for Flow<T, A>
impl<T, A> Unpin for Flow<T, A>
impl<T, A> !UnwindSafe for Flow<T, 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