pub struct AnnotationSlice { /* private fields */ }
Expand description
A region of an Annotation
.
Implementations§
Trait Implementations§
Source§impl Clone for AnnotationSlice
impl Clone for AnnotationSlice
Source§fn clone(&self) -> AnnotationSlice
fn clone(&self) -> AnnotationSlice
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 moreSource§impl Debug for AnnotationSlice
impl Debug for AnnotationSlice
Source§impl<'de> Deserialize<'de> for AnnotationSlice
impl<'de> Deserialize<'de> for AnnotationSlice
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
Auto Trait Implementations§
impl Freeze for AnnotationSlice
impl RefUnwindSafe for AnnotationSlice
impl Send for AnnotationSlice
impl Sync for AnnotationSlice
impl Unpin for AnnotationSlice
impl UnwindSafe for AnnotationSlice
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