#[repr(C)]pub struct BLStringCore {
pub impl_: *mut BLStringImpl,
}Fields§
§impl_: *mut BLStringImplTrait Implementations§
Source§impl Clone for BLStringCore
impl Clone for BLStringCore
Source§fn clone(&self) -> BLStringCore
fn clone(&self) -> BLStringCore
Returns a copy 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 moreimpl Copy for BLStringCore
Auto Trait Implementations§
impl Freeze for BLStringCore
impl RefUnwindSafe for BLStringCore
impl !Send for BLStringCore
impl !Sync for BLStringCore
impl Unpin for BLStringCore
impl UnwindSafe for BLStringCore
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