pub struct GetLockInternationalParams {
pub lock_international: Option<String>,
}Expand description
Parameters for Client::get_lock_international (wire method getLockInternational).
Fields§
§lock_international: Option<String>Trait Implementations§
Source§impl Clone for GetLockInternationalParams
impl Clone for GetLockInternationalParams
Source§fn clone(&self) -> GetLockInternationalParams
fn clone(&self) -> GetLockInternationalParams
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 GetLockInternationalParams
impl Debug for GetLockInternationalParams
Source§impl Default for GetLockInternationalParams
impl Default for GetLockInternationalParams
Source§fn default() -> GetLockInternationalParams
fn default() -> GetLockInternationalParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetLockInternationalParams
impl RefUnwindSafe for GetLockInternationalParams
impl Send for GetLockInternationalParams
impl Sync for GetLockInternationalParams
impl Unpin for GetLockInternationalParams
impl UnsafeUnpin for GetLockInternationalParams
impl UnwindSafe for GetLockInternationalParams
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