pub struct DynamicString { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for DynamicString
impl Drop for DynamicString
Source§impl From<&[u8]> for DynamicString
impl From<&[u8]> for DynamicString
Source§fn from(d: &[u8]) -> DynamicString
fn from(d: &[u8]) -> DynamicString
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DynamicString
impl RefUnwindSafe for DynamicString
impl Send for DynamicString
impl Sync for DynamicString
impl Unpin for DynamicString
impl UnwindSafe for DynamicString
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