Struct kplayer_rust_wrap::kplayer::util::string::DynamicString
source · [−]pub struct DynamicString { /* private fields */ }Implementations
Trait Implementations
sourceimpl Drop for DynamicString
impl Drop for DynamicString
sourceimpl From<&[u8]> for DynamicString
impl From<&[u8]> for DynamicString
sourcefn from(d: &[u8]) -> DynamicString
fn from(d: &[u8]) -> DynamicString
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for DynamicString
impl Send for DynamicString
impl Sync for DynamicString
impl Unpin for DynamicString
impl UnwindSafe for DynamicString
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