Struct lunatic_process::env::LunaticEnvironments
source · pub struct LunaticEnvironments { /* private fields */ }Trait Implementations
sourceimpl Clone for LunaticEnvironments
impl Clone for LunaticEnvironments
sourcefn clone(&self) -> LunaticEnvironments
fn clone(&self) -> LunaticEnvironments
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for LunaticEnvironments
impl Default for LunaticEnvironments
sourcefn default() -> LunaticEnvironments
fn default() -> LunaticEnvironments
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for LunaticEnvironments
impl Send for LunaticEnvironments
impl Sync for LunaticEnvironments
impl Unpin for LunaticEnvironments
impl !UnwindSafe for LunaticEnvironments
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more