pub struct RelationFull {
pub relation: Relation,
pub ways: Vec<Way>,
pub nodes: Vec<Node>,
}Fields§
§relation: Relation§ways: Vec<Way>§nodes: Vec<Node>Trait Implementations§
Source§impl Debug for RelationFull
impl Debug for RelationFull
Source§impl<'de> Deserialize<'de> for RelationFull
impl<'de> Deserialize<'de> for RelationFull
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 RelationFull
impl PartialEq for RelationFull
impl StructuralPartialEq for RelationFull
Auto Trait Implementations§
impl Freeze for RelationFull
impl RefUnwindSafe for RelationFull
impl Send for RelationFull
impl Sync for RelationFull
impl Unpin for RelationFull
impl UnwindSafe for RelationFull
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