pub struct InternalLinkTypeUnknownDeepLink {
pub link: String,
}
Expand description
The link is an unknown tg: link. Call getDeepLinkInfo to process the link
Fields§
§link: String
Link to be passed to getDeepLinkInfo
Trait Implementations§
Source§impl Clone for InternalLinkTypeUnknownDeepLink
impl Clone for InternalLinkTypeUnknownDeepLink
Source§fn clone(&self) -> InternalLinkTypeUnknownDeepLink
fn clone(&self) -> InternalLinkTypeUnknownDeepLink
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 Default for InternalLinkTypeUnknownDeepLink
impl Default for InternalLinkTypeUnknownDeepLink
Source§fn default() -> InternalLinkTypeUnknownDeepLink
fn default() -> InternalLinkTypeUnknownDeepLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeUnknownDeepLink
impl<'de> Deserialize<'de> for InternalLinkTypeUnknownDeepLink
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InternalLinkTypeUnknownDeepLink
impl PartialEq for InternalLinkTypeUnknownDeepLink
Source§fn eq(&self, other: &InternalLinkTypeUnknownDeepLink) -> bool
fn eq(&self, other: &InternalLinkTypeUnknownDeepLink) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for InternalLinkTypeUnknownDeepLink
Auto Trait Implementations§
impl Freeze for InternalLinkTypeUnknownDeepLink
impl RefUnwindSafe for InternalLinkTypeUnknownDeepLink
impl Send for InternalLinkTypeUnknownDeepLink
impl Sync for InternalLinkTypeUnknownDeepLink
impl Unpin for InternalLinkTypeUnknownDeepLink
impl UnwindSafe for InternalLinkTypeUnknownDeepLink
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