pub struct InputStoryAreaTypeLink {
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 InputStoryAreaTypeLink
impl Clone for InputStoryAreaTypeLink
Source§fn clone(&self) -> InputStoryAreaTypeLink
fn clone(&self) -> InputStoryAreaTypeLink
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 InputStoryAreaTypeLink
impl Debug for InputStoryAreaTypeLink
Source§impl Default for InputStoryAreaTypeLink
impl Default for InputStoryAreaTypeLink
Source§fn default() -> InputStoryAreaTypeLink
fn default() -> InputStoryAreaTypeLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputStoryAreaTypeLink
impl<'de> Deserialize<'de> for InputStoryAreaTypeLink
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 InputStoryAreaTypeLink
impl PartialEq for InputStoryAreaTypeLink
Source§impl Serialize for InputStoryAreaTypeLink
impl Serialize for InputStoryAreaTypeLink
impl StructuralPartialEq for InputStoryAreaTypeLink
Auto Trait Implementations§
impl Freeze for InputStoryAreaTypeLink
impl RefUnwindSafe for InputStoryAreaTypeLink
impl Send for InputStoryAreaTypeLink
impl Sync for InputStoryAreaTypeLink
impl Unpin for InputStoryAreaTypeLink
impl UnsafeUnpin for InputStoryAreaTypeLink
impl UnwindSafe for InputStoryAreaTypeLink
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