pub struct DocumentSpan { /* private fields */ }
Trait Implementations§
Source§impl Clone for DocumentSpan
impl Clone for DocumentSpan
Source§fn clone(&self) -> DocumentSpan
fn clone(&self) -> DocumentSpan
Returns a duplicate 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 moreSource§impl Debug for DocumentSpan
impl Debug for DocumentSpan
Source§impl<'de> Deserialize<'de> for DocumentSpan
impl<'de> Deserialize<'de> for DocumentSpan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DocumentSpan
impl PartialEq for DocumentSpan
Source§impl Serialize for DocumentSpan
impl Serialize for DocumentSpan
impl StructuralPartialEq for DocumentSpan
Auto Trait Implementations§
impl Freeze for DocumentSpan
impl RefUnwindSafe for DocumentSpan
impl Send for DocumentSpan
impl Sync for DocumentSpan
impl Unpin for DocumentSpan
impl UnwindSafe for DocumentSpan
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