pub struct PlaceAnswerSourcesAuthorAttribution {
pub display_name: Option<String>,
pub photo_uri: Option<String>,
pub uri: Option<String>,
}Expand description
Author attribution for Maps.
Fields§
§display_name: Option<String>§photo_uri: Option<String>§uri: Option<String>Trait Implementations§
Source§impl Clone for PlaceAnswerSourcesAuthorAttribution
impl Clone for PlaceAnswerSourcesAuthorAttribution
Source§fn clone(&self) -> PlaceAnswerSourcesAuthorAttribution
fn clone(&self) -> PlaceAnswerSourcesAuthorAttribution
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 PlaceAnswerSourcesAuthorAttribution
impl<'de> Deserialize<'de> for PlaceAnswerSourcesAuthorAttribution
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 PlaceAnswerSourcesAuthorAttribution
impl RefUnwindSafe for PlaceAnswerSourcesAuthorAttribution
impl Send for PlaceAnswerSourcesAuthorAttribution
impl Sync for PlaceAnswerSourcesAuthorAttribution
impl Unpin for PlaceAnswerSourcesAuthorAttribution
impl UnsafeUnpin for PlaceAnswerSourcesAuthorAttribution
impl UnwindSafe for PlaceAnswerSourcesAuthorAttribution
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