pub struct ScriptFileBootstrapConfigDto {
pub file_paths: Vec<String>,
}Expand description
Configuration DTO for the ScriptFile bootstrap provider.
Fields§
§file_paths: Vec<String>Trait Implementations§
Source§impl Clone for ScriptFileBootstrapConfigDto
impl Clone for ScriptFileBootstrapConfigDto
Source§fn clone(&self) -> ScriptFileBootstrapConfigDto
fn clone(&self) -> ScriptFileBootstrapConfigDto
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 ScriptFileBootstrapConfigDto
impl Debug for ScriptFileBootstrapConfigDto
Source§impl<'de> Deserialize<'de> for ScriptFileBootstrapConfigDto
impl<'de> Deserialize<'de> for ScriptFileBootstrapConfigDto
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
Source§impl PartialEq for ScriptFileBootstrapConfigDto
impl PartialEq for ScriptFileBootstrapConfigDto
Source§fn eq(&self, other: &ScriptFileBootstrapConfigDto) -> bool
fn eq(&self, other: &ScriptFileBootstrapConfigDto) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'__s> ToSchema<'__s> for ScriptFileBootstrapConfigDto
impl<'__s> ToSchema<'__s> for ScriptFileBootstrapConfigDto
impl StructuralPartialEq for ScriptFileBootstrapConfigDto
Auto Trait Implementations§
impl Freeze for ScriptFileBootstrapConfigDto
impl RefUnwindSafe for ScriptFileBootstrapConfigDto
impl Send for ScriptFileBootstrapConfigDto
impl Sync for ScriptFileBootstrapConfigDto
impl Unpin for ScriptFileBootstrapConfigDto
impl UnsafeUnpin for ScriptFileBootstrapConfigDto
impl UnwindSafe for ScriptFileBootstrapConfigDto
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