pub struct GstdEnv;Implementations§
Trait Implementations§
impl EnvWithCtor for GstdEnv
Available on non-crate feature
ethexe only.Auto Trait Implementations§
impl Freeze for GstdEnv
impl RefUnwindSafe for GstdEnv
impl Send for GstdEnv
impl Sync for GstdEnv
impl Unpin for GstdEnv
impl UnsafeUnpin for GstdEnv
impl UnwindSafe for GstdEnv
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