pub struct SegmentImageResponse {
pub generated_masks: Vec<GeneratedImageMask>,
}Expand description
Segment 图像响应。
Fields§
§generated_masks: Vec<GeneratedImageMask>Trait Implementations§
Source§impl Clone for SegmentImageResponse
impl Clone for SegmentImageResponse
Source§fn clone(&self) -> SegmentImageResponse
fn clone(&self) -> SegmentImageResponse
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 SegmentImageResponse
impl Debug for SegmentImageResponse
Source§impl Default for SegmentImageResponse
impl Default for SegmentImageResponse
Source§fn default() -> SegmentImageResponse
fn default() -> SegmentImageResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SegmentImageResponse
impl<'de> Deserialize<'de> for SegmentImageResponse
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 SegmentImageResponse
impl RefUnwindSafe for SegmentImageResponse
impl Send for SegmentImageResponse
impl Sync for SegmentImageResponse
impl Unpin for SegmentImageResponse
impl UnsafeUnpin for SegmentImageResponse
impl UnwindSafe for SegmentImageResponse
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