pub struct EmbedContentMetadata {
pub billable_character_count: Option<i32>,
}Expand description
EmbedContent 元数据。
Fields§
§billable_character_count: Option<i32>Trait Implementations§
Source§impl Clone for EmbedContentMetadata
impl Clone for EmbedContentMetadata
Source§fn clone(&self) -> EmbedContentMetadata
fn clone(&self) -> EmbedContentMetadata
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 EmbedContentMetadata
impl Debug for EmbedContentMetadata
Source§impl<'de> Deserialize<'de> for EmbedContentMetadata
impl<'de> Deserialize<'de> for EmbedContentMetadata
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 EmbedContentMetadata
impl RefUnwindSafe for EmbedContentMetadata
impl Send for EmbedContentMetadata
impl Sync for EmbedContentMetadata
impl Unpin for EmbedContentMetadata
impl UnsafeUnpin for EmbedContentMetadata
impl UnwindSafe for EmbedContentMetadata
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