Struct tdlib::types::PageBlockAnchor
source · pub struct PageBlockAnchor {
pub name: String,
}
Expand description
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor
Fields§
§name: String
Name of the anchor
Trait Implementations§
source§impl Clone for PageBlockAnchor
impl Clone for PageBlockAnchor
source§fn clone(&self) -> PageBlockAnchor
fn clone(&self) -> PageBlockAnchor
Returns a copy 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 PageBlockAnchor
impl Debug for PageBlockAnchor
source§impl Default for PageBlockAnchor
impl Default for PageBlockAnchor
source§fn default() -> PageBlockAnchor
fn default() -> PageBlockAnchor
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PageBlockAnchor
impl<'de> Deserialize<'de> for PageBlockAnchor
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