pub struct String8Value { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for String8Value
impl Clone for String8Value
Source§fn clone(&self) -> String8Value
fn clone(&self) -> String8Value
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for String8Value
impl Debug for String8Value
Source§impl Default for String8Value
impl Default for String8Value
Source§fn default() -> String8Value
fn default() -> String8Value
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for String8Value
impl RefUnwindSafe for String8Value
impl Send for String8Value
impl Sync for String8Value
impl Unpin for String8Value
impl UnsafeUnpin for String8Value
impl UnwindSafe for String8Value
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