pub struct ExternalSourceInput {
pub name: String,
pub external_items: Vec<ExternalItemInput>,
}Expand description
Output for processing: A source with items to be uploaded
Fields§
§name: String§external_items: Vec<ExternalItemInput>Trait Implementations§
Source§impl Clone for ExternalSourceInput
impl Clone for ExternalSourceInput
Source§fn clone(&self) -> ExternalSourceInput
fn clone(&self) -> ExternalSourceInput
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 moreAuto Trait Implementations§
impl Freeze for ExternalSourceInput
impl RefUnwindSafe for ExternalSourceInput
impl Send for ExternalSourceInput
impl Sync for ExternalSourceInput
impl Unpin for ExternalSourceInput
impl UnsafeUnpin for ExternalSourceInput
impl UnwindSafe for ExternalSourceInput
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