#[repr(C)]pub struct basic_string__Alloc_hider {
pub _M_p: basic_string_pointer,
}Fields§
§_M_p: basic_string_pointerTrait Implementations§
Source§impl Clone for basic_string__Alloc_hider
impl Clone for basic_string__Alloc_hider
Source§fn clone(&self) -> basic_string__Alloc_hider
fn clone(&self) -> basic_string__Alloc_hider
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 basic_string__Alloc_hider
impl Debug for basic_string__Alloc_hider
impl Copy for basic_string__Alloc_hider
Auto Trait Implementations§
impl Freeze for basic_string__Alloc_hider
impl RefUnwindSafe for basic_string__Alloc_hider
impl Send for basic_string__Alloc_hider
impl Sync for basic_string__Alloc_hider
impl Unpin for basic_string__Alloc_hider
impl UnwindSafe for basic_string__Alloc_hider
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