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