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