Struct lunatic_process::env::Environments
source · [−]pub struct Environments { /* private fields */ }Implementations
sourceimpl Environments
impl Environments
pub fn get_or_create(&mut self, id: u64) -> Environment
Trait Implementations
sourceimpl Clone for Environments
impl Clone for Environments
sourcefn clone(&self) -> Environments
fn clone(&self) -> Environments
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 more
sourceimpl Default for Environments
impl Default for Environments
sourcefn default() -> Environments
fn default() -> Environments
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for Environments
impl Send for Environments
impl Sync for Environments
impl Unpin for Environments
impl !UnwindSafe for Environments
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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