pub struct UserLockNotification {
pub currency: String,
pub locked: bool,
}Fields§
§currency: String§locked: boolTrait Implementations§
Source§impl Clone for UserLockNotification
impl Clone for UserLockNotification
Source§fn clone(&self) -> UserLockNotification
fn clone(&self) -> UserLockNotification
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 UserLockNotification
impl Debug for UserLockNotification
Source§impl Default for UserLockNotification
impl Default for UserLockNotification
Source§fn default() -> UserLockNotification
fn default() -> UserLockNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserLockNotification
impl<'de> Deserialize<'de> for UserLockNotification
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 UserLockNotification
impl PartialEq for UserLockNotification
Source§impl Serialize for UserLockNotification
impl Serialize for UserLockNotification
impl StructuralPartialEq for UserLockNotification
Auto Trait Implementations§
impl Freeze for UserLockNotification
impl RefUnwindSafe for UserLockNotification
impl Send for UserLockNotification
impl Sync for UserLockNotification
impl Unpin for UserLockNotification
impl UnwindSafe for UserLockNotification
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