pub struct LcState { /* private fields */ }
Expand description
The internal representation of lc_ctrl_state, used in OTP operations.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LcState
impl<'de> Deserialize<'de> for LcState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LcState
impl RefUnwindSafe for LcState
impl Send for LcState
impl Sync for LcState
impl Unpin for LcState
impl UnwindSafe for LcState
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