Struct classicube_sys::OwnedString
source · pub struct OwnedString { /* private fields */ }
Implementations§
source§impl OwnedString
impl OwnedString
Trait Implementations§
source§impl Borrow<cc_string_> for OwnedString
impl Borrow<cc_string_> for OwnedString
Auto Trait Implementations§
impl Freeze for OwnedString
impl RefUnwindSafe for OwnedString
impl !Send for OwnedString
impl !Sync for OwnedString
impl Unpin for OwnedString
impl UnwindSafe for OwnedString
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