pub struct LockableConfig {
pub mode: CompiledLockMode,
}Expand description
Lockable modifier configuration.
Fields§
§mode: CompiledLockModeTrait Implementations§
Source§impl Clone for LockableConfig
impl Clone for LockableConfig
Source§fn clone(&self) -> LockableConfig
fn clone(&self) -> LockableConfig
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 moreSource§impl Debug for LockableConfig
impl Debug for LockableConfig
Source§impl<'de> Deserialize<'de> for LockableConfig
impl<'de> Deserialize<'de> for LockableConfig
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
Source§impl PartialEq for LockableConfig
impl PartialEq for LockableConfig
Source§impl Serialize for LockableConfig
impl Serialize for LockableConfig
impl StructuralPartialEq for LockableConfig
Auto Trait Implementations§
impl Freeze for LockableConfig
impl RefUnwindSafe for LockableConfig
impl Send for LockableConfig
impl Sync for LockableConfig
impl Unpin for LockableConfig
impl UnwindSafe for LockableConfig
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