Struct frunk_utils::cons_list::ConsList
source · pub struct ConsList<T, Ts: ConsListT<T>> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, Ts> RefUnwindSafe for ConsList<T, Ts>where T: RefUnwindSafe, Ts: RefUnwindSafe,
impl<T, Ts> Send for ConsList<T, Ts>where T: Send, Ts: Send,
impl<T, Ts> Sync for ConsList<T, Ts>where T: Sync, Ts: Sync,
impl<T, Ts> Unpin for ConsList<T, Ts>where T: Unpin, Ts: Unpin,
impl<T, Ts> UnwindSafe for ConsList<T, Ts>where T: UnwindSafe, Ts: 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