pub struct ElementProgram;Implementations§
Auto Trait Implementations§
impl Freeze for ElementProgram
impl RefUnwindSafe for ElementProgram
impl Send for ElementProgram
impl Sync for ElementProgram
impl Unpin for ElementProgram
impl UnsafeUnpin for ElementProgram
impl UnwindSafe for ElementProgram
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