pub struct NoRcsState { /* private fields */ }Implementations§
Source§impl NoRcsState
impl NoRcsState
pub fn get_env_state_var( self, env_state_var_key: impl AsRef<OsStr>, ) -> Option<ReadyForFullResetState>
Trait Implementations§
Source§impl Clone for NoRcsState
impl Clone for NoRcsState
Source§fn clone(&self) -> NoRcsState
fn clone(&self) -> NoRcsState
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for NoRcsState
impl RefUnwindSafe for NoRcsState
impl Send for NoRcsState
impl Sync for NoRcsState
impl Unpin for NoRcsState
impl UnwindSafe for NoRcsState
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