Struct bollard_stubs::models::PluginSettings
source · pub struct PluginSettings {
pub mounts: Vec<PluginMount>,
pub env: Vec<String>,
pub args: Vec<String>,
pub devices: Vec<PluginDevice>,
}
Expand description
Settings that can be modified by users.
Fields§
§mounts: Vec<PluginMount>
§env: Vec<String>
§args: Vec<String>
§devices: Vec<PluginDevice>
Trait Implementations§
source§impl Clone for PluginSettings
impl Clone for PluginSettings
source§fn clone(&self) -> PluginSettings
fn clone(&self) -> PluginSettings
Returns a copy 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 PluginSettings
impl Debug for PluginSettings
source§impl Default for PluginSettings
impl Default for PluginSettings
source§fn default() -> PluginSettings
fn default() -> PluginSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PluginSettings
impl<'de> Deserialize<'de> for PluginSettings
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 PluginSettings
impl PartialEq for PluginSettings
source§impl Serialize for PluginSettings
impl Serialize for PluginSettings
impl StructuralPartialEq for PluginSettings
Auto Trait Implementations§
impl Freeze for PluginSettings
impl RefUnwindSafe for PluginSettings
impl Send for PluginSettings
impl Sync for PluginSettings
impl Unpin for PluginSettings
impl UnwindSafe for PluginSettings
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)