pub enum StrippedFragmentRef<'a, M> {
Value(&'a Value<M>),
Entry(&'a Entry<M>),
Key(&'a SmallString<[u8; 16]>),
}
Variants§
Implementations§
source§impl<'a, M> StrippedFragmentRef<'a, M>
impl<'a, M> StrippedFragmentRef<'a, M>
source§impl<'a, M> StrippedFragmentRef<'a, M>
impl<'a, M> StrippedFragmentRef<'a, M>
pub fn sub_fragments(&self) -> SubFragments<'a, M> ⓘ
Trait Implementations§
source§impl<'a, M> Clone for StrippedFragmentRef<'a, M>
impl<'a, M> Clone for StrippedFragmentRef<'a, M>
source§fn clone(&self) -> StrippedFragmentRef<'a, M>
fn clone(&self) -> StrippedFragmentRef<'a, M>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<'a, M> Copy for StrippedFragmentRef<'a, M>
Auto Trait Implementations§
impl<'a, M> RefUnwindSafe for StrippedFragmentRef<'a, M>where M: RefUnwindSafe,
impl<'a, M> Send for StrippedFragmentRef<'a, M>where M: Sync,
impl<'a, M> Sync for StrippedFragmentRef<'a, M>where M: Sync,
impl<'a, M> Unpin for StrippedFragmentRef<'a, M>
impl<'a, M> UnwindSafe for StrippedFragmentRef<'a, M>where M: RefUnwindSafe,
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