pub struct UpdateBusinessLocation {
pub geo_point: Option<InputGeoPoint>,
pub address: Option<String>,
}Expand description
account.updateBusinessLocation
Generated from:
account.updateBusinessLocation#9e6b131a flags:# geo_point:flags.1?InputGeoPoint address:flags.0?string = BoolFields§
§geo_point: Option<InputGeoPoint>§address: Option<String>Trait Implementations§
Source§impl Clone for UpdateBusinessLocation
impl Clone for UpdateBusinessLocation
Source§fn clone(&self) -> UpdateBusinessLocation
fn clone(&self) -> UpdateBusinessLocation
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 UpdateBusinessLocation
impl Debug for UpdateBusinessLocation
Source§impl Identifiable for UpdateBusinessLocation
impl Identifiable for UpdateBusinessLocation
Source§const CONSTRUCTOR_ID: u32 = 0x9e6b131a
const CONSTRUCTOR_ID: u32 = 0x9e6b131a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateBusinessLocation
impl PartialEq for UpdateBusinessLocation
Source§impl RemoteCall for UpdateBusinessLocation
impl RemoteCall for UpdateBusinessLocation
impl StructuralPartialEq for UpdateBusinessLocation
Auto Trait Implementations§
impl Freeze for UpdateBusinessLocation
impl RefUnwindSafe for UpdateBusinessLocation
impl Send for UpdateBusinessLocation
impl Sync for UpdateBusinessLocation
impl Unpin for UpdateBusinessLocation
impl UnsafeUnpin for UpdateBusinessLocation
impl UnwindSafe for UpdateBusinessLocation
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