pub struct View<'ast, S, F> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'ast, T, F, O> IntoUnindented for View<'ast, T, F>
impl<'ast, T, F, O> IntoUnindented for View<'ast, T, F>
impl<S, F: Copy> Copy for View<'_, S, F>
Auto Trait Implementations§
impl<'ast, S, F> Freeze for View<'ast, S, F>where
F: Freeze,
impl<'ast, S, F> RefUnwindSafe for View<'ast, S, F>where
F: RefUnwindSafe,
S: RefUnwindSafe,
impl<'ast, S, F> Send for View<'ast, S, F>
impl<'ast, S, F> Sync for View<'ast, S, F>
impl<'ast, S, F> Unpin for View<'ast, S, F>where
F: Unpin,
impl<'ast, S, F> UnwindSafe for View<'ast, S, F>where
F: UnwindSafe,
S: RefUnwindSafe,
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