pub struct GroundingMetadataSourceFlaggingUri {
pub flag_content_uri: Option<String>,
pub source_id: Option<String>,
}Expand description
Source flagging URI.
Fields§
§flag_content_uri: Option<String>§source_id: Option<String>Trait Implementations§
Source§impl Clone for GroundingMetadataSourceFlaggingUri
impl Clone for GroundingMetadataSourceFlaggingUri
Source§fn clone(&self) -> GroundingMetadataSourceFlaggingUri
fn clone(&self) -> GroundingMetadataSourceFlaggingUri
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<'de> Deserialize<'de> for GroundingMetadataSourceFlaggingUri
impl<'de> Deserialize<'de> for GroundingMetadataSourceFlaggingUri
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 GroundingMetadataSourceFlaggingUri
impl RefUnwindSafe for GroundingMetadataSourceFlaggingUri
impl Send for GroundingMetadataSourceFlaggingUri
impl Sync for GroundingMetadataSourceFlaggingUri
impl Unpin for GroundingMetadataSourceFlaggingUri
impl UnsafeUnpin for GroundingMetadataSourceFlaggingUri
impl UnwindSafe for GroundingMetadataSourceFlaggingUri
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