Struct aoc_parser::DisplayDelimWith
source · pub struct DisplayDelimWith<Delim, Inner, Item, DisplayFn> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<Delim, Inner, Item, DisplayFn> RefUnwindSafe for DisplayDelimWith<Delim, Inner, Item, DisplayFn>where Delim: RefUnwindSafe, DisplayFn: RefUnwindSafe, Inner: RefUnwindSafe, Item: RefUnwindSafe,
impl<Delim, Inner, Item, DisplayFn> Send for DisplayDelimWith<Delim, Inner, Item, DisplayFn>where Delim: Send, DisplayFn: Send, Inner: Send, Item: Send,
impl<Delim, Inner, Item, DisplayFn> Sync for DisplayDelimWith<Delim, Inner, Item, DisplayFn>where Delim: Sync, DisplayFn: Sync, Inner: Sync, Item: Sync,
impl<Delim, Inner, Item, DisplayFn> Unpin for DisplayDelimWith<Delim, Inner, Item, DisplayFn>where Delim: Unpin, DisplayFn: Unpin, Inner: Unpin, Item: Unpin,
impl<Delim, Inner, Item, DisplayFn> UnwindSafe for DisplayDelimWith<Delim, Inner, Item, DisplayFn>where Delim: UnwindSafe, DisplayFn: UnwindSafe, Inner: UnwindSafe, Item: 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