pub struct Name<'s>(pub Cow<'s, str>);
Tuple Fields§
§0: Cow<'s, str>
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Name<'s>
impl<'s> RefUnwindSafe for Name<'s>
impl<'s> Send for Name<'s>
impl<'s> Sync for Name<'s>
impl<'s> Unpin for Name<'s>
impl<'s> UnwindSafe for Name<'s>
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