pub struct GoogleFactcheckingFactchecktoolsV1alpha1Publisher {
pub name: Option<String>,
pub site: Option<String>,
}Expand description
Information about the publisher.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>The name of this publisher. For instance, “Awesome Fact Checks”.
site: Option<String>Host-level site name, without the protocol or “www” prefix. For instance, “awesomefactchecks.com”. This value of this field is based purely on the claim review URL.
Trait Implementations§
Source§impl Clone for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl Clone for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
Source§fn clone(&self) -> GoogleFactcheckingFactchecktoolsV1alpha1Publisher
fn clone(&self) -> GoogleFactcheckingFactchecktoolsV1alpha1Publisher
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 Default for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl Default for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
Source§fn default() -> GoogleFactcheckingFactchecktoolsV1alpha1Publisher
fn default() -> GoogleFactcheckingFactchecktoolsV1alpha1Publisher
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl<'de> Deserialize<'de> for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
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
impl Part for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
Auto Trait Implementations§
impl Freeze for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl RefUnwindSafe for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl Send for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl Sync for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl Unpin for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
impl UnwindSafe for GoogleFactcheckingFactchecktoolsV1alpha1Publisher
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