pub struct LinkRelationType(/* private fields */);Expand description
Link relation type
Trait Implementations§
source§impl Debug for LinkRelationType
impl Debug for LinkRelationType
source§impl<'de> Deserialize<'de> for LinkRelationType
impl<'de> Deserialize<'de> for LinkRelationType
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 From<&str> for LinkRelationType
impl From<&str> for LinkRelationType
source§fn from(s: &str) -> LinkRelationType
fn from(s: &str) -> LinkRelationType
Converts to this type from the input type.
source§impl From<String> for LinkRelationType
impl From<String> for LinkRelationType
source§fn from(s: String) -> LinkRelationType
fn from(s: String) -> LinkRelationType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LinkRelationType
impl RefUnwindSafe for LinkRelationType
impl Send for LinkRelationType
impl Sync for LinkRelationType
impl Unpin for LinkRelationType
impl UnwindSafe for LinkRelationType
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