#[repr(C, align(1))]pub struct std_basic_string___rep {
pub _bindgen_opaque_blob: [u8; 0],
}Fields§
§_bindgen_opaque_blob: [u8; 0]Trait Implementations§
Source§impl Clone for std_basic_string___rep
impl Clone for std_basic_string___rep
Source§fn clone(&self) -> std_basic_string___rep
fn clone(&self) -> std_basic_string___rep
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 moreimpl Copy for std_basic_string___rep
Auto Trait Implementations§
impl Freeze for std_basic_string___rep
impl RefUnwindSafe for std_basic_string___rep
impl Send for std_basic_string___rep
impl Sync for std_basic_string___rep
impl Unpin for std_basic_string___rep
impl UnsafeUnpin for std_basic_string___rep
impl UnwindSafe for std_basic_string___rep
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