pub struct GetTilePath { /* private fields */ }Expand description
RESTful GetTile path parameters
Trait Implementations§
Source§impl Debug for GetTilePath
impl Debug for GetTilePath
Source§impl<'de> Deserialize<'de> for GetTilePath
impl<'de> Deserialize<'de> for GetTilePath
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 GetTilePath
impl RefUnwindSafe for GetTilePath
impl Send for GetTilePath
impl Sync for GetTilePath
impl Unpin for GetTilePath
impl UnsafeUnpin for GetTilePath
impl UnwindSafe for GetTilePath
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