pub struct DotAtom<'a>(pub Cow<'a, str>);Expand description
An IMF dot-atom.
Tuple Fields§
§0: Cow<'a, str>Trait Implementations§
Source§impl<'a> ContainsUtf8 for DotAtom<'a>
impl<'a> ContainsUtf8 for DotAtom<'a>
fn contains_utf8(&self) -> bool
Source§impl<'a> IntoBoundedStatic for DotAtom<'a>
impl<'a> IntoBoundedStatic for DotAtom<'a>
Source§impl<'a> PartialEq for DotAtom<'a>
impl<'a> PartialEq for DotAtom<'a>
impl<'a> StructuralPartialEq for DotAtom<'a>
Source§impl<'a> ToBoundedStatic for DotAtom<'a>
impl<'a> ToBoundedStatic for DotAtom<'a>
Auto Trait Implementations§
impl<'a> Freeze for DotAtom<'a>
impl<'a> RefUnwindSafe for DotAtom<'a>
impl<'a> Send for DotAtom<'a>
impl<'a> Sync for DotAtom<'a>
impl<'a> Unpin for DotAtom<'a>
impl<'a> UnsafeUnpin for DotAtom<'a>
impl<'a> UnwindSafe for DotAtom<'a>
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