pub struct TileExample {
pub input: String,
pub output: String,
pub quality: f64,
pub layer: ResolutionLayer,
pub timestamp_ms: u64,
}Fields§
§input: String§output: String§quality: f64§layer: ResolutionLayer§timestamp_ms: u64Trait Implementations§
Source§impl Clone for TileExample
impl Clone for TileExample
Source§fn clone(&self) -> TileExample
fn clone(&self) -> TileExample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TileExample
impl Debug for TileExample
Source§impl<'de> Deserialize<'de> for TileExample
impl<'de> Deserialize<'de> for TileExample
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 TileExample
impl RefUnwindSafe for TileExample
impl Send for TileExample
impl Sync for TileExample
impl Unpin for TileExample
impl UnsafeUnpin for TileExample
impl UnwindSafe for TileExample
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