pub struct SourceRoot<V, Imp>where
Imp: SourceTrait,{ /* private fields */ }
Implementations§
Source§impl<V, Imp> SourceRoot<V, Imp>where
Imp: SourceTrait<Code = V>,
impl<V, Imp> SourceRoot<V, Imp>where
Imp: SourceTrait<Code = V>,
Source§impl<V, Imp> SourceRoot<V, Imp>where
Imp: SourceTrait,
impl<V, Imp> SourceRoot<V, Imp>where
Imp: SourceTrait,
Auto Trait Implementations§
impl<V, Imp> Freeze for SourceRoot<V, Imp>where
Imp: Freeze,
impl<V, Imp> RefUnwindSafe for SourceRoot<V, Imp>where
Imp: RefUnwindSafe,
V: RefUnwindSafe,
impl<V, Imp> Send for SourceRoot<V, Imp>
impl<V, Imp> Sync for SourceRoot<V, Imp>
impl<V, Imp> Unpin for SourceRoot<V, Imp>where
Imp: Unpin,
impl<V, Imp> UnwindSafe for SourceRoot<V, Imp>where
Imp: UnwindSafe,
V: 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