#[repr(C)]pub struct basic_string__Alloc_hider {
pub _M_p: basic_string_pointer,
}
Fields§
§_M_p: basic_string_pointer
Trait Implementations§
Source§impl Debug for basic_string__Alloc_hider
impl Debug 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