pub struct GroupingSeparatorAsStructStr(pub &'static str);Tuple Fields§
§0: &'static strAuto Trait Implementations§
impl Freeze for GroupingSeparatorAsStructStr
impl RefUnwindSafe for GroupingSeparatorAsStructStr
impl Send for GroupingSeparatorAsStructStr
impl Sync for GroupingSeparatorAsStructStr
impl Unpin for GroupingSeparatorAsStructStr
impl UnwindSafe for GroupingSeparatorAsStructStr
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