pub struct DetectLabelsResponseOkBody {
pub label_model_version: String,
pub labels: Vec<Label>,
pub orientation_correction: Option<String>,
}Fields§
§label_model_version: String§labels: Vec<Label>§orientation_correction: Option<String>Trait Implementations§
Source§impl Clone for DetectLabelsResponseOkBody
impl Clone for DetectLabelsResponseOkBody
Source§fn clone(&self) -> DetectLabelsResponseOkBody
fn clone(&self) -> DetectLabelsResponseOkBody
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 Debug for DetectLabelsResponseOkBody
impl Debug for DetectLabelsResponseOkBody
Source§impl<'de> Deserialize<'de> for DetectLabelsResponseOkBody
impl<'de> Deserialize<'de> for DetectLabelsResponseOkBody
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 DetectLabelsResponseOkBody
impl RefUnwindSafe for DetectLabelsResponseOkBody
impl Send for DetectLabelsResponseOkBody
impl Sync for DetectLabelsResponseOkBody
impl Unpin for DetectLabelsResponseOkBody
impl UnwindSafe for DetectLabelsResponseOkBody
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