pub struct TrashWebLinkType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for TrashWebLinkType
impl Clone for TrashWebLinkType
Source§fn clone(&self) -> TrashWebLinkType
fn clone(&self) -> TrashWebLinkType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrashWebLinkType
impl Debug for TrashWebLinkType
Source§impl Default for TrashWebLinkType
impl Default for TrashWebLinkType
Source§fn default() -> TrashWebLinkType
fn default() -> TrashWebLinkType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TrashWebLinkType
impl<'de> Deserialize<'de> for TrashWebLinkType
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
impl Eq for TrashWebLinkType
Source§impl PartialEq for TrashWebLinkType
impl PartialEq for TrashWebLinkType
Source§impl Serialize for TrashWebLinkType
impl Serialize for TrashWebLinkType
impl StructuralPartialEq for TrashWebLinkType
Auto Trait Implementations§
impl Freeze for TrashWebLinkType
impl RefUnwindSafe for TrashWebLinkType
impl Send for TrashWebLinkType
impl Sync for TrashWebLinkType
impl Unpin for TrashWebLinkType
impl UnsafeUnpin for TrashWebLinkType
impl UnwindSafe for TrashWebLinkType
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