pub struct String {
pub str: String,
}Fields
str: StringTrait Implementations
sourceimpl AsRef<String> for StringWrapper
impl AsRef<String> for StringWrapper
sourceimpl<'de> Deserialize<'de> for String
impl<'de> Deserialize<'de> for String
sourcefn 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
sourceimpl From<String> for SocketAddress
impl From<String> for SocketAddress
sourceimpl From<String> for SocketAddressLegacy
impl From<String> for SocketAddressLegacy
Auto Trait Implementations
impl RefUnwindSafe for String
impl Send for String
impl Sync for String
impl Unpin for String
impl UnwindSafe for String
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more