pub struct StoryAreaTypeLink {
pub url: String,
}Expand description
An area pointing to a HTTP or tg: link
Fields§
§url: StringHTTP or tg: URL to be opened when the area is clicked
Trait Implementations§
Source§impl Clone for StoryAreaTypeLink
impl Clone for StoryAreaTypeLink
Source§fn clone(&self) -> StoryAreaTypeLink
fn clone(&self) -> StoryAreaTypeLink
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 StoryAreaTypeLink
impl Debug for StoryAreaTypeLink
Source§impl Default for StoryAreaTypeLink
impl Default for StoryAreaTypeLink
Source§fn default() -> StoryAreaTypeLink
fn default() -> StoryAreaTypeLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoryAreaTypeLink
impl<'de> Deserialize<'de> for StoryAreaTypeLink
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 StoryAreaTypeLink
impl PartialEq for StoryAreaTypeLink
Source§impl Serialize for StoryAreaTypeLink
impl Serialize for StoryAreaTypeLink
impl StructuralPartialEq for StoryAreaTypeLink
Auto Trait Implementations§
impl Freeze for StoryAreaTypeLink
impl RefUnwindSafe for StoryAreaTypeLink
impl Send for StoryAreaTypeLink
impl Sync for StoryAreaTypeLink
impl Unpin for StoryAreaTypeLink
impl UnsafeUnpin for StoryAreaTypeLink
impl UnwindSafe for StoryAreaTypeLink
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