pub struct Root<'s, S: Source> {
pub module: Module<'s>,
pub source: S,
}Fields§
§module: Module<'s>§source: STrait Implementations§
impl<'s, S: Source> StructuralPartialEq for Root<'s, S>
Auto Trait Implementations§
impl<'s, S> Freeze for Root<'s, S>where
S: Freeze,
impl<'s, S> RefUnwindSafe for Root<'s, S>where
S: RefUnwindSafe,
impl<'s, S> Send for Root<'s, S>where
S: Send,
impl<'s, S> Sync for Root<'s, S>where
S: Sync,
impl<'s, S> Unpin for Root<'s, S>where
S: Unpin,
impl<'s, S> UnwindSafe for Root<'s, S>where
S: 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