pub struct GetRecentMeUrls {
pub referer: String,
}Expand description
Generated from:
help.getRecentMeUrls#3dc0f114 referer:string = help.RecentMeUrlsFields§
§referer: StringTrait Implementations§
Source§impl Clone for GetRecentMeUrls
impl Clone for GetRecentMeUrls
Source§fn clone(&self) -> GetRecentMeUrls
fn clone(&self) -> GetRecentMeUrls
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 GetRecentMeUrls
impl Debug for GetRecentMeUrls
Source§impl Identifiable for GetRecentMeUrls
impl Identifiable for GetRecentMeUrls
Source§const CONSTRUCTOR_ID: u32 = 0x3dc0f114
const CONSTRUCTOR_ID: u32 = 0x3dc0f114
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetRecentMeUrls
impl PartialEq for GetRecentMeUrls
Source§impl RemoteCall for GetRecentMeUrls
impl RemoteCall for GetRecentMeUrls
Source§type Return = RecentMeUrls
type Return = RecentMeUrls
The deserialized response type.
Source§impl Serializable for GetRecentMeUrls
impl Serializable for GetRecentMeUrls
impl StructuralPartialEq for GetRecentMeUrls
Auto Trait Implementations§
impl Freeze for GetRecentMeUrls
impl RefUnwindSafe for GetRecentMeUrls
impl Send for GetRecentMeUrls
impl Sync for GetRecentMeUrls
impl Unpin for GetRecentMeUrls
impl UnsafeUnpin for GetRecentMeUrls
impl UnwindSafe for GetRecentMeUrls
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