Struct runtime::core_objects::StringObject
source · [−]pub struct StringObject {
pub val: String,
}
Fields
val: String
Implementations
Trait Implementations
sourceimpl Debug for StringObject
impl Debug for StringObject
Auto Trait Implementations
impl RefUnwindSafe for StringObject
impl Send for StringObject
impl Sync for StringObject
impl Unpin for StringObject
impl UnwindSafe for StringObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more