pub struct SubStr;Expand description
Function: string:substr
Input: String
- first argument: uint offset
- second argument: uint length
Returns Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubStr
impl RefUnwindSafe for SubStr
impl Send for SubStr
impl Sync for SubStr
impl Unpin for SubStr
impl UnwindSafe for SubStr
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