#[repr(transparent)]pub struct Url(pub Text);Tuple Fields§
§0: TextTrait Implementations§
Source§impl CandidType for Url
impl CandidType for Url
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 FieldTypeMeta for Url
impl FieldTypeMeta for Url
Source§const KIND: FieldKind = Self::__KIND
const KIND: FieldKind = Self::__KIND
Semantic field kind used for runtime planning and validation.
Source§const STORAGE_DECODE: FieldStorageDecode = Self::__STORAGE_DECODE
const STORAGE_DECODE: FieldStorageDecode = Self::__STORAGE_DECODE
Persisted decode contract used by row and payload decoding.
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 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 UnsafeUnpin 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