pub struct ResponseWebFetchCitationConfig {
pub enabled: bool,
pub extra: JsonObject,
}Fields§
§enabled: bool§extra: JsonObjectTrait Implementations§
Source§impl Clone for ResponseWebFetchCitationConfig
impl Clone for ResponseWebFetchCitationConfig
Source§fn clone(&self) -> ResponseWebFetchCitationConfig
fn clone(&self) -> ResponseWebFetchCitationConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResponseWebFetchCitationConfig
impl<'de> Deserialize<'de> for ResponseWebFetchCitationConfig
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 StructuralPartialEq for ResponseWebFetchCitationConfig
Auto Trait Implementations§
impl Freeze for ResponseWebFetchCitationConfig
impl RefUnwindSafe for ResponseWebFetchCitationConfig
impl Send for ResponseWebFetchCitationConfig
impl Sync for ResponseWebFetchCitationConfig
impl Unpin for ResponseWebFetchCitationConfig
impl UnsafeUnpin for ResponseWebFetchCitationConfig
impl UnwindSafe for ResponseWebFetchCitationConfig
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