struct ItemString {
case: Case,
string: &'static str,
}Fields§
§case: Case§string: &'static strImplementations§
Source§impl ItemString
impl ItemString
fn new(case: Case, string: &'static str) -> ItemString
Auto Trait Implementations§
impl Freeze for ItemString
impl RefUnwindSafe for ItemString
impl Send for ItemString
impl Sync for ItemString
impl Unpin for ItemString
impl UnwindSafe for ItemString
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