pub struct ListSome<F: ListFn> {
pub first: F::Item,
pub next: F,
}Fields§
§first: F::Item§next: FAuto Trait Implementations§
impl<F> Freeze for ListSome<F>
impl<F> RefUnwindSafe for ListSome<F>
impl<F> Send for ListSome<F>
impl<F> Sync for ListSome<F>
impl<F> Unpin for ListSome<F>
impl<F> UnwindSafe for ListSome<F>
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