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