pub struct RcsState<RC> { /* private fields */ }Implementations§
Source§impl<RC> RcsState<RC>
impl<RC> RcsState<RC>
pub fn get_env_state_var( self, env_state_var_key: impl AsRef<OsStr>, ) -> GetEnvStateVar<RC>
Trait Implementations§
Auto Trait Implementations§
impl<RC> Freeze for RcsState<RC>
impl<RC> RefUnwindSafe for RcsState<RC>where
RC: RefUnwindSafe,
impl<RC> Send for RcsState<RC>where
RC: Send,
impl<RC> Sync for RcsState<RC>where
RC: Sync,
impl<RC> Unpin for RcsState<RC>where
RC: Unpin,
impl<RC> UnwindSafe for RcsState<RC>where
RC: UnwindSafe,
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