pub struct String {
pub str: String,
}
Fields§
§str: String
Trait Implementations§
source§impl AsRef<String> for StringWrapper
impl AsRef<String> for StringWrapper
source§impl<'de> Deserialize<'de> for String
impl<'de> Deserialize<'de> for String
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 From<String> for SocketAddress
impl From<String> for SocketAddress
source§impl 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§
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