pub struct EmbedContentRequest {
pub content: Content,
pub config: EmbedContentConfig,
}Fields§
§content: Content§config: EmbedContentConfigTrait Implementations§
Source§impl Clone for EmbedContentRequest
impl Clone for EmbedContentRequest
Source§fn clone(&self) -> EmbedContentRequest
fn clone(&self) -> EmbedContentRequest
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 EmbedContentRequest
impl Debug for EmbedContentRequest
Auto Trait Implementations§
impl Freeze for EmbedContentRequest
impl RefUnwindSafe for EmbedContentRequest
impl Send for EmbedContentRequest
impl Sync for EmbedContentRequest
impl Unpin for EmbedContentRequest
impl UnwindSafe for EmbedContentRequest
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