pub struct AsciiString(/* private fields */);
Trait Implementations§
Source§impl Clone for AsciiString
impl Clone for AsciiString
Source§fn clone(&self) -> AsciiString
fn clone(&self) -> AsciiString
Returns a copy of the value. Read more
1.0.0 · 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 AsciiString
impl Debug for AsciiString
Source§impl<'de> Deserialize<'de> for AsciiString
impl<'de> Deserialize<'de> for AsciiString
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 Display for AsciiString
impl Display for AsciiString
Source§impl Into<String> for AsciiString
impl Into<String> for AsciiString
Source§impl PartialEq for AsciiString
impl PartialEq for AsciiString
Source§impl Serialize for AsciiString
impl Serialize for AsciiString
Source§impl TryFrom<OwnedValue> for AsciiString
impl TryFrom<OwnedValue> for AsciiString
Source§impl<'a> TryFrom<Value<'a>> for AsciiString
impl<'a> TryFrom<Value<'a>> for AsciiString
Source§impl Type for AsciiString
impl Type for AsciiString
impl StructuralPartialEq for AsciiString
Auto Trait Implementations§
impl Freeze for AsciiString
impl RefUnwindSafe for AsciiString
impl Send for AsciiString
impl Sync for AsciiString
impl Unpin for AsciiString
impl UnwindSafe for AsciiString
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,
Source§impl<'de, T> DynamicDeserialize<'de> for T
impl<'de, T> DynamicDeserialize<'de> for T
Source§type Deserializer = PhantomData<T>
type Deserializer = PhantomData<T>
A DeserializeSeed implementation for this type.
Source§fn deserializer_for_signature<S>(
signature: S,
) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
fn deserializer_for_signature<S>( signature: S, ) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
Get a deserializer compatible with this signature.
Source§impl<T> DynamicType for T
impl<T> DynamicType for T
Source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more