pub struct StringUtils;Implementations§
Source§impl StringUtils
impl StringUtils
pub fn is_not_empty_str(s: Option<&str>) -> bool
pub fn is_not_empty_string(s: Option<&String>) -> bool
pub fn is_not_empty_ch_string(s: Option<&CheetahString>) -> bool
pub fn parse_delay_level( level_string: &str, ) -> Result<(BTreeMap<i32, i64>, i32), String>
Auto Trait Implementations§
impl Freeze for StringUtils
impl RefUnwindSafe for StringUtils
impl Send for StringUtils
impl Sync for StringUtils
impl Unpin for StringUtils
impl UnwindSafe for StringUtils
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