pub struct ImportWorkflowService {
pub src: String,
pub dst: String,
pub extract_media_meta: Option<bool>,
pub user_id: String,
pub recursive: Option<bool>,
pub policy_id: i32,
}Expand description
Import workflow service
Fields§
§src: String§dst: String§extract_media_meta: Option<bool>§user_id: String§recursive: Option<bool>§policy_id: i32Trait Implementations§
Source§impl Clone for ImportWorkflowService
impl Clone for ImportWorkflowService
Source§fn clone(&self) -> ImportWorkflowService
fn clone(&self) -> ImportWorkflowService
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 ImportWorkflowService
impl Debug for ImportWorkflowService
Source§impl<'de> Deserialize<'de> for ImportWorkflowService
impl<'de> Deserialize<'de> for ImportWorkflowService
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 ImportWorkflowService
impl RefUnwindSafe for ImportWorkflowService
impl Send for ImportWorkflowService
impl Sync for ImportWorkflowService
impl Unpin for ImportWorkflowService
impl UnsafeUnpin for ImportWorkflowService
impl UnwindSafe for ImportWorkflowService
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