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