pub struct V1AiGifGeneratorCreateBody {
pub name: Option<String>,
pub style: V1AiGifGeneratorCreateBodyStyle,
}Expand description
V1AiGifGeneratorCreateBody
Fields§
§name: Option<String>The name of gif. This value is mainly used for your own identification of the gif.
style: V1AiGifGeneratorCreateBodyStyleTrait Implementations§
Source§impl Clone for V1AiGifGeneratorCreateBody
impl Clone for V1AiGifGeneratorCreateBody
Source§fn clone(&self) -> V1AiGifGeneratorCreateBody
fn clone(&self) -> V1AiGifGeneratorCreateBody
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 V1AiGifGeneratorCreateBody
impl Debug for V1AiGifGeneratorCreateBody
Source§impl Default for V1AiGifGeneratorCreateBody
impl Default for V1AiGifGeneratorCreateBody
Source§fn default() -> V1AiGifGeneratorCreateBody
fn default() -> V1AiGifGeneratorCreateBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1AiGifGeneratorCreateBody
impl<'de> Deserialize<'de> for V1AiGifGeneratorCreateBody
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 V1AiGifGeneratorCreateBody
impl RefUnwindSafe for V1AiGifGeneratorCreateBody
impl Send for V1AiGifGeneratorCreateBody
impl Sync for V1AiGifGeneratorCreateBody
impl Unpin for V1AiGifGeneratorCreateBody
impl UnwindSafe for V1AiGifGeneratorCreateBody
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