Struct wallabag_api::types::NewAnnotation [−][src]
Expand description
Represents an annotation to be created (hence no ID yet). Fields are defined as in a full annotation.
Fields
quote: StringTODO, XXX: quote must not be an empty string.
ranges: Vec<Range>text: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewAnnotation
impl Send for NewAnnotation
impl Sync for NewAnnotation
impl Unpin for NewAnnotation
impl UnwindSafe for NewAnnotation
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more