Struct fastsim_core::vehicle_utils::ObjectLinks
source · pub struct ObjectLinks {
pub self_url: Option<String>,
pub git: Option<String>,
pub html: Option<String>,
}Fields§
§self_url: Option<String>§git: Option<String>§html: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for ObjectLinks
impl<'de> Deserialize<'de> for ObjectLinks
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 RefUnwindSafe for ObjectLinks
impl Send for ObjectLinks
impl Sync for ObjectLinks
impl Unpin for ObjectLinks
impl UnwindSafe for ObjectLinks
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