pub struct EditLocation {
pub channel: InputChannel,
pub geo_point: InputGeoPoint,
pub address: String,
}Expand description
Generated from:
channels.editLocation#58e63f6d channel:InputChannel geo_point:InputGeoPoint address:string = BoolFields§
§channel: InputChannel§geo_point: InputGeoPoint§address: StringTrait Implementations§
Source§impl Clone for EditLocation
impl Clone for EditLocation
Source§fn clone(&self) -> EditLocation
fn clone(&self) -> EditLocation
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 EditLocation
impl Debug for EditLocation
Source§impl Identifiable for EditLocation
impl Identifiable for EditLocation
Source§const CONSTRUCTOR_ID: u32 = 0x58e63f6d
const CONSTRUCTOR_ID: u32 = 0x58e63f6d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditLocation
impl PartialEq for EditLocation
Source§impl RemoteCall for EditLocation
impl RemoteCall for EditLocation
Source§impl Serializable for EditLocation
impl Serializable for EditLocation
impl StructuralPartialEq for EditLocation
Auto Trait Implementations§
impl Freeze for EditLocation
impl RefUnwindSafe for EditLocation
impl Send for EditLocation
impl Sync for EditLocation
impl Unpin for EditLocation
impl UnsafeUnpin for EditLocation
impl UnwindSafe for EditLocation
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