pub struct GdlData { /* private fields */ }Expand description
Contextual data for the GDL instruction
Implementations§
Auto Trait Implementations§
impl Freeze for GdlData
impl RefUnwindSafe for GdlData
impl Send for GdlData
impl Sync for GdlData
impl Unpin for GdlData
impl UnwindSafe for GdlData
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