pub struct T;Implementations§
Source§impl T
impl T
pub fn time() -> TimeTool
pub fn id() -> IdTool
pub fn text() -> TextTool
pub fn json() -> JsonTool
pub fn regex() -> RegexTool
pub fn decimal() -> DecimalTool
pub fn money() -> MoneyTool
pub fn codec() -> CodecTool
pub fn hash() -> HashTool
pub fn high_res_timer() -> HighResTimerTool
pub fn color() -> ColorTool
pub fn daterange() -> DateRangeTool
pub fn diff() -> DiffTool
pub fn i18n() -> I18nTool
pub fn list() -> ListTool
pub fn map() -> MapTool
pub fn system() -> SystemTool
pub fn unit() -> UnitTool
pub fn url() -> UrlTool
pub fn filter() -> FilterTool
pub fn file() -> FileTool
pub fn desensitize() -> DesensitizeTool
pub fn emoji() -> EmojiTool
pub fn net() -> NetTool
pub fn tree() -> TreeTool
pub fn validate() -> ValidateTool
Auto Trait Implementations§
impl Freeze for T
impl RefUnwindSafe for T
impl Send for T
impl Sync for T
impl Unpin for T
impl UnsafeUnpin for T
impl UnwindSafe for T
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