#[repr(transparent)]pub struct Url(pub Text);Tuple Fields§
§0: TextImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Url
impl<'de> Deserialize<'de> for Url
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 FieldValue for Url
impl FieldValue for Url
Source§impl Ord for Url
impl Ord for Url
Source§impl PartialOrd<String> for Url
impl PartialOrd<String> for Url
Source§impl PartialOrd<Url> for Text
impl PartialOrd<Url> for Text
Source§impl PartialOrd for Url
impl PartialOrd for Url
Source§impl SanitizeAuto for Url
impl SanitizeAuto for Url
fn sanitize_self(&mut self, ctx: &mut dyn VisitorContext)
Source§impl SanitizeCustom for Url
impl SanitizeCustom for Url
fn sanitize_custom(&mut self, _ctx: &mut dyn VisitorContext)
Source§impl UpdateView for Url
impl UpdateView for Url
Source§type UpdateViewType = <String as UpdateView>::UpdateViewType
type UpdateViewType = <String as UpdateView>::UpdateViewType
Payload accepted when updating this value.
Source§fn merge(&mut self, update: Self::UpdateViewType) -> Result<(), ViewPatchError>
fn merge(&mut self, update: Self::UpdateViewType) -> Result<(), ViewPatchError>
Merge the update payload into self.
Source§impl ValidateAuto for Url
impl ValidateAuto for Url
fn validate_self(&self, ctx: &mut dyn VisitorContext)
Source§impl ValidateCustom for Url
impl ValidateCustom for Url
fn validate_custom(&self, _ctx: &mut dyn VisitorContext)
Source§impl Visitable for Url
impl Visitable for Url
fn drive(&self, visitor: &mut dyn VisitorCore)
fn drive_mut(&mut self, visitor: &mut dyn VisitorMutCore)
impl Eq for Url
impl StructuralPartialEq for Url
Auto Trait Implementations§
impl Freeze for Url
impl RefUnwindSafe for Url
impl Send for Url
impl Sync for Url
impl Unpin for Url
impl UnwindSafe for Url
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