struct ArrayFormat<'a, F: DisplayIndexState<'a>> {
state: F::State,
array: F,
null: &'a str,
}Fields§
§state: F::State§array: F§null: &'a strTrait Implementations§
Source§impl<'a, F: DisplayIndexState<'a> + Array> DisplayIndex for ArrayFormat<'a, F>
impl<'a, F: DisplayIndexState<'a> + Array> DisplayIndex for ArrayFormat<'a, F>
Auto Trait Implementations§
impl<'a, F> Freeze for ArrayFormat<'a, F>
impl<'a, F> RefUnwindSafe for ArrayFormat<'a, F>
impl<'a, F> Send for ArrayFormat<'a, F>
impl<'a, F> Sync for ArrayFormat<'a, F>
impl<'a, F> Unpin for ArrayFormat<'a, F>
impl<'a, F> UnwindSafe for ArrayFormat<'a, 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