pub struct ConduitLock {
pub version: i32,
pub locked_mods: HashMap<String, LockedMod>,
}Fields§
§version: i32§locked_mods: HashMap<String, LockedMod>Implementations§
Trait Implementations§
Source§impl Debug for ConduitLock
impl Debug for ConduitLock
Source§impl<'de> Deserialize<'de> for ConduitLock
impl<'de> Deserialize<'de> for ConduitLock
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 ConduitLock
impl RefUnwindSafe for ConduitLock
impl Send for ConduitLock
impl Sync for ConduitLock
impl Unpin for ConduitLock
impl UnsafeUnpin for ConduitLock
impl UnwindSafe for ConduitLock
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