pub struct StrEntity(String);
Expand description
文字列データ
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrEntity
impl RefUnwindSafe for StrEntity
impl Send for StrEntity
impl Sync for StrEntity
impl Unpin for StrEntity
impl UnwindSafe for StrEntity
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