Struct rust_tdlib::types::GetMessageLinkInfo
source · [−]pub struct GetMessageLinkInfo { /* private fields */ }
Expand description
Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage
Implementations
Trait Implementations
sourceimpl AsRef<GetMessageLinkInfo> for GetMessageLinkInfo
impl AsRef<GetMessageLinkInfo> for GetMessageLinkInfo
sourcefn as_ref(&self) -> &GetMessageLinkInfo
fn as_ref(&self) -> &GetMessageLinkInfo
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetMessageLinkInfo
impl Clone for GetMessageLinkInfo
sourcefn clone(&self) -> GetMessageLinkInfo
fn clone(&self) -> GetMessageLinkInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetMessageLinkInfo
impl Debug for GetMessageLinkInfo
sourceimpl Default for GetMessageLinkInfo
impl Default for GetMessageLinkInfo
sourcefn default() -> GetMessageLinkInfo
fn default() -> GetMessageLinkInfo
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetMessageLinkInfo
impl<'de> Deserialize<'de> for GetMessageLinkInfo
sourcefn 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
sourceimpl Serialize for GetMessageLinkInfo
impl Serialize for GetMessageLinkInfo
Auto Trait Implementations
impl RefUnwindSafe for GetMessageLinkInfo
impl Send for GetMessageLinkInfo
impl Sync for GetMessageLinkInfo
impl Unpin for GetMessageLinkInfo
impl UnwindSafe for GetMessageLinkInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more