pub struct DynString<T: Numeric> { /* private fields */ }Implementations
Trait Implementations
sourceimpl Deserialize for DynString<u16>
impl Deserialize for DynString<u16>
fn from_le_vec(source: &mut Source) -> Self
sourceimpl Deserialize for DynString<u32>
impl Deserialize for DynString<u32>
fn from_le_vec(source: &mut Source) -> Self
Auto Trait Implementations
impl<T> RefUnwindSafe for DynString<T> where
T: RefUnwindSafe,
impl<T> Send for DynString<T> where
T: Send,
impl<T> Sync for DynString<T> where
T: Sync,
impl<T> Unpin for DynString<T> where
T: Unpin,
impl<T> UnwindSafe for DynString<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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