pub struct EnvironmentVariableService { /* private fields */ }Expand description
application.environment_variable 服务(叶子级,持 namespace)
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentVariableService
impl Clone for EnvironmentVariableService
Source§fn clone(&self) -> EnvironmentVariableService
fn clone(&self) -> EnvironmentVariableService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for EnvironmentVariableService
impl !UnwindSafe for EnvironmentVariableService
impl Freeze for EnvironmentVariableService
impl Send for EnvironmentVariableService
impl Sync for EnvironmentVariableService
impl Unpin for EnvironmentVariableService
impl UnsafeUnpin for EnvironmentVariableService
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