Struct rhai::packages::MoreStringPackage
source · [−]pub struct MoreStringPackage(_);Expand description
Package of additional string utilities over BasicStringPackage
Implementations
Trait Implementations
sourceimpl Default for MoreStringPackage
impl Default for MoreStringPackage
sourceimpl Package for MoreStringPackage
impl Package for MoreStringPackage
Auto Trait Implementations
impl !RefUnwindSafe for MoreStringPackage
impl !Send for MoreStringPackage
impl !Sync for MoreStringPackage
impl Unpin for MoreStringPackage
impl !UnwindSafe for MoreStringPackage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more