pub enum LinkThumbnailType {
This,
Default,
Nsfw,
Spoiler,
Url(IriAbsoluteString),
}Variants§
Trait Implementations§
Source§impl Clone for LinkThumbnailType
impl Clone for LinkThumbnailType
Source§fn clone(&self) -> LinkThumbnailType
fn clone(&self) -> LinkThumbnailType
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 LinkThumbnailType
impl Debug for LinkThumbnailType
Source§impl<'de> Deserialize<'de> for LinkThumbnailType
impl<'de> Deserialize<'de> for LinkThumbnailType
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 FromStr for LinkThumbnailType
impl FromStr for LinkThumbnailType
Source§impl PartialEq for LinkThumbnailType
impl PartialEq for LinkThumbnailType
Source§impl Serialize for LinkThumbnailType
impl Serialize for LinkThumbnailType
impl StructuralPartialEq for LinkThumbnailType
Auto Trait Implementations§
impl Freeze for LinkThumbnailType
impl RefUnwindSafe for LinkThumbnailType
impl Send for LinkThumbnailType
impl Sync for LinkThumbnailType
impl Unpin for LinkThumbnailType
impl UnwindSafe for LinkThumbnailType
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