Struct pax_runtime_api::StringBox
source · pub struct StringBox {
pub string: String,
}Fields§
§string: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StringBox
impl Send for StringBox
impl Sync for StringBox
impl Unpin for StringBox
impl UnwindSafe for StringBox
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