Enum cohere_rust::api::summarize::SummarizeLength
source · pub enum SummarizeLength {
Short,
Medium,
Long,
Auto,
}
Variants§
Trait Implementations§
source§impl Debug for SummarizeLength
impl Debug for SummarizeLength
source§impl Display for SummarizeLength
impl Display for SummarizeLength
Auto Trait Implementations§
impl RefUnwindSafe for SummarizeLength
impl Send for SummarizeLength
impl Sync for SummarizeLength
impl Unpin for SummarizeLength
impl UnwindSafe for SummarizeLength
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