pub struct GeminiContentGen<'gemini> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'gemini> Clone for GeminiContentGen<'gemini>
impl<'gemini> Clone for GeminiContentGen<'gemini>
Source§fn clone(&self) -> GeminiContentGen<'gemini>
fn clone(&self) -> GeminiContentGen<'gemini>
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 moreAuto Trait Implementations§
impl<'gemini> Freeze for GeminiContentGen<'gemini>
impl<'gemini> RefUnwindSafe for GeminiContentGen<'gemini>
impl<'gemini> Send for GeminiContentGen<'gemini>
impl<'gemini> Sync for GeminiContentGen<'gemini>
impl<'gemini> Unpin for GeminiContentGen<'gemini>
impl<'gemini> UnwindSafe for GeminiContentGen<'gemini>
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