#[repr(C)]pub struct STD_string_view { /* private fields */ }
Trait Implementations§
Source§impl Clone for STD_string_view
impl Clone for STD_string_view
Source§fn clone(&self) -> STD_string_view
fn clone(&self) -> STD_string_view
Returns a duplicate of the value. Read more
1.0.0 · 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 STD_string_view
impl Debug for STD_string_view
impl Copy for STD_string_view
Auto Trait Implementations§
impl Freeze for STD_string_view
impl RefUnwindSafe for STD_string_view
impl Send for STD_string_view
impl Sync for STD_string_view
impl Unpin for STD_string_view
impl UnwindSafe for STD_string_view
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