pub struct Spanning<T: ?Sized> { /* private fields */ }
Implementations§
Trait Implementations§
impl<T: Copy + ?Sized> Copy for Spanning<T>
impl<T: PartialEq + ?Sized> Eq for Spanning<T>
Auto Trait Implementations§
impl<T> Freeze for Spanning<T>
impl<T> RefUnwindSafe for Spanning<T>where
T: RefUnwindSafe + ?Sized,
impl<T> !Send for Spanning<T>
impl<T> !Sync for Spanning<T>
impl<T> Unpin for Spanning<T>
impl<T> UnwindSafe for Spanning<T>where
T: UnwindSafe + ?Sized,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, V> TryMerge<V> for Twhere
T: ?Sized,
impl<T, V> TryMerge<V> for Twhere
T: ?Sized,
Source§fn try_merge<K, D>(&mut self, val: V) -> Result<(), Error>
fn try_merge<K, D>(&mut self, val: V) -> Result<(), Error>
Merges the provided
value
to this field::Container
with the
specified parsing Kind
and Dedup
lication strategy. Read moreSource§fn try_merge_self<K, D>(&mut self, another: T) -> Result<(), Error>
fn try_merge_self<K, D>(&mut self, another: T) -> Result<(), Error>
Merges the value extracted from
another
field::Container
to
this field::Container
with the specified parsing Kind
and
Dedup
lication strategy. Read more