pub struct InlineResponse20023LocationTree {
pub display_name: Option<String>,
pub _type: Option<String>,
pub locations: Option<Vec<InlineResponse20023Locations>>,
}
Fields§
§display_name: Option<String>
§_type: Option<String>
§locations: Option<Vec<InlineResponse20023Locations>>
Implementations§
Trait Implementations§
Source§impl Clone for InlineResponse20023LocationTree
impl Clone for InlineResponse20023LocationTree
Source§fn clone(&self) -> InlineResponse20023LocationTree
fn clone(&self) -> InlineResponse20023LocationTree
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 InlineResponse20023LocationTree
impl<'de> Deserialize<'de> for InlineResponse20023LocationTree
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
Source§impl PartialEq for InlineResponse20023LocationTree
impl PartialEq for InlineResponse20023LocationTree
Source§fn eq(&self, other: &InlineResponse20023LocationTree) -> bool
fn eq(&self, other: &InlineResponse20023LocationTree) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for InlineResponse20023LocationTree
Auto Trait Implementations§
impl Freeze for InlineResponse20023LocationTree
impl RefUnwindSafe for InlineResponse20023LocationTree
impl Send for InlineResponse20023LocationTree
impl Sync for InlineResponse20023LocationTree
impl Unpin for InlineResponse20023LocationTree
impl UnwindSafe for InlineResponse20023LocationTree
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