pub struct GetDeepLinkInfo {
pub path: String,
}Expand description
Fields§
§path: StringTrait Implementations§
Source§impl Clone for GetDeepLinkInfo
impl Clone for GetDeepLinkInfo
Source§fn clone(&self) -> GetDeepLinkInfo
fn clone(&self) -> GetDeepLinkInfo
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 GetDeepLinkInfo
impl Debug for GetDeepLinkInfo
Source§impl Identifiable for GetDeepLinkInfo
impl Identifiable for GetDeepLinkInfo
Source§const CONSTRUCTOR_ID: u32 = 0x3fedc75f
const CONSTRUCTOR_ID: u32 = 0x3fedc75f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetDeepLinkInfo
impl PartialEq for GetDeepLinkInfo
Source§impl RemoteCall for GetDeepLinkInfo
impl RemoteCall for GetDeepLinkInfo
Source§type Return = DeepLinkInfo
type Return = DeepLinkInfo
The deserialized response type.
Source§impl Serializable for GetDeepLinkInfo
impl Serializable for GetDeepLinkInfo
impl StructuralPartialEq for GetDeepLinkInfo
Auto Trait Implementations§
impl Freeze for GetDeepLinkInfo
impl RefUnwindSafe for GetDeepLinkInfo
impl Send for GetDeepLinkInfo
impl Sync for GetDeepLinkInfo
impl Unpin for GetDeepLinkInfo
impl UnsafeUnpin for GetDeepLinkInfo
impl UnwindSafe for GetDeepLinkInfo
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