#[repr(transparent)]pub struct Utf8(pub Blob);Tuple Fields§
§0: BlobTrait Implementations§
Source§impl CandidType for Utf8
impl CandidType for Utf8
Source§impl<'de> Deserialize<'de> for Utf8
impl<'de> Deserialize<'de> for Utf8
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 Utf8
Source§impl NormalizeAuto for Utf8
impl NormalizeAuto for Utf8
fn normalize_self(&mut self, _ctx: &mut dyn VisitorContext)
Source§impl NormalizeCustom for Utf8
impl NormalizeCustom for Utf8
fn normalize_custom(&mut self, _ctx: &mut dyn VisitorContext)
impl StructuralPartialEq for Utf8
Source§impl ValidateAuto for Utf8
impl ValidateAuto for Utf8
fn validate_self(&self, _ctx: &mut dyn VisitorContext)
Source§impl ValidateCustom for Utf8
impl ValidateCustom for Utf8
fn validate_custom(&self, ctx: &mut dyn VisitorContext)
Auto Trait Implementations§
impl Freeze for Utf8
impl RefUnwindSafe for Utf8
impl Send for Utf8
impl Sync for Utf8
impl Unpin for Utf8
impl UnsafeUnpin for Utf8
impl UnwindSafe for Utf8
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.impl<T> Normalize for Twhere
T: NormalizeAuto + NormalizeCustom,
Source§impl<T> NormalizeAndValidate for Twhere
T: Visitable,
impl<T> NormalizeAndValidate for Twhere
T: Visitable,
Source§fn normalize_and_validate(self) -> Result<Self, VisitorError>
fn normalize_and_validate(self) -> Result<Self, VisitorError>
Normalize and then validate this application-owned value. Read more