pub struct StrCtx(/* private fields */);
Expand description
Simple string context map.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a StrCtx
impl<'a> IntoIterator for &'a StrCtx
Source§impl IntoIterator for StrCtx
impl IntoIterator for StrCtx
Source§impl Ord for StrCtx
impl Ord for StrCtx
Source§impl PartialOrd for StrCtx
impl PartialOrd for StrCtx
impl Eq for StrCtx
impl StructuralPartialEq for StrCtx
Auto Trait Implementations§
impl Freeze for StrCtx
impl RefUnwindSafe for StrCtx
impl Send for StrCtx
impl Sync for StrCtx
impl Unpin for StrCtx
impl UnwindSafe for StrCtx
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