pub struct ScribbleImage {
pub image: Option<Image>,
}Expand description
Scribble image(交互式分割)。
Fields§
§image: Option<Image>Trait Implementations§
Source§impl Clone for ScribbleImage
impl Clone for ScribbleImage
Source§fn clone(&self) -> ScribbleImage
fn clone(&self) -> ScribbleImage
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 ScribbleImage
impl Debug for ScribbleImage
Source§impl Default for ScribbleImage
impl Default for ScribbleImage
Source§fn default() -> ScribbleImage
fn default() -> ScribbleImage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScribbleImage
impl<'de> Deserialize<'de> for ScribbleImage
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 ScribbleImage
impl RefUnwindSafe for ScribbleImage
impl Send for ScribbleImage
impl Sync for ScribbleImage
impl Unpin for ScribbleImage
impl UnsafeUnpin for ScribbleImage
impl UnwindSafe for ScribbleImage
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