pub struct ExternalLockUpdate {
pub e_uppercase: Option<i64>,
pub a: Option<String>,
pub d: Option<String>,
pub t_uppercase: Option<i64>,
}Fields§
§e_uppercase: Option<i64>§a: Option<String>§d: Option<String>§t_uppercase: Option<i64>Implementations§
Source§impl ExternalLockUpdate
impl ExternalLockUpdate
pub fn new() -> ExternalLockUpdate
Trait Implementations§
Source§impl Clone for ExternalLockUpdate
impl Clone for ExternalLockUpdate
Source§fn clone(&self) -> ExternalLockUpdate
fn clone(&self) -> ExternalLockUpdate
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 ExternalLockUpdate
impl Debug for ExternalLockUpdate
Source§impl Default for ExternalLockUpdate
impl Default for ExternalLockUpdate
Source§fn default() -> ExternalLockUpdate
fn default() -> ExternalLockUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalLockUpdate
impl<'de> Deserialize<'de> for ExternalLockUpdate
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 ExternalLockUpdate
impl PartialEq for ExternalLockUpdate
Source§fn eq(&self, other: &ExternalLockUpdate) -> bool
fn eq(&self, other: &ExternalLockUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExternalLockUpdate
impl Serialize for ExternalLockUpdate
impl StructuralPartialEq for ExternalLockUpdate
Auto Trait Implementations§
impl Freeze for ExternalLockUpdate
impl RefUnwindSafe for ExternalLockUpdate
impl Send for ExternalLockUpdate
impl Sync for ExternalLockUpdate
impl Unpin for ExternalLockUpdate
impl UnsafeUnpin for ExternalLockUpdate
impl UnwindSafe for ExternalLockUpdate
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