pub struct LsState {
pub transaction_id: TransactionId,
pub children: Vec<String>,
}Fields§
§transaction_id: TransactionId§children: Vec<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LsState
impl<'de> Deserialize<'de> for LsState
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
impl Eq for LsState
impl StructuralPartialEq for LsState
Auto Trait Implementations§
impl Freeze for LsState
impl RefUnwindSafe for LsState
impl Send for LsState
impl Sync for LsState
impl Unpin for LsState
impl UnwindSafe for LsState
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