pub struct Program<'a, D: Dialect> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, D> Freeze for Program<'a, D>
impl<'a, D> RefUnwindSafe for Program<'a, D>where
D: RefUnwindSafe,
impl<'a, D> Send for Program<'a, D>where
D: Sync,
impl<'a, D> Sync for Program<'a, D>where
D: Sync,
impl<'a, D> Unpin for Program<'a, D>
impl<'a, D> UnwindSafe for Program<'a, D>where
D: RefUnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more