pub struct LockAppType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl LockAppType
impl LockAppType
Trait Implementations§
Source§impl Clone for LockAppType
impl Clone for LockAppType
Source§fn clone(&self) -> LockAppType
fn clone(&self) -> LockAppType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LockAppType
impl Debug for LockAppType
Source§impl Default for LockAppType
impl Default for LockAppType
Source§fn default() -> LockAppType
fn default() -> LockAppType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LockAppType
impl<'de> Deserialize<'de> for LockAppType
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 LockAppType
Source§impl PartialEq for LockAppType
impl PartialEq for LockAppType
Source§impl Serialize for LockAppType
impl Serialize for LockAppType
impl StructuralPartialEq for LockAppType
Auto Trait Implementations§
impl Freeze for LockAppType
impl RefUnwindSafe for LockAppType
impl Send for LockAppType
impl Sync for LockAppType
impl Unpin for LockAppType
impl UnsafeUnpin for LockAppType
impl UnwindSafe for LockAppType
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