pub struct InstallSandboxSkillRequest {
pub group: String,
pub name: String,
pub version: Option<String>,
pub provider: String,
}Fields§
§group: String§name: String§version: Option<String>§provider: StringSandbox provider to write into: local, e2b, or moulin.
Trait Implementations§
Source§impl Clone for InstallSandboxSkillRequest
impl Clone for InstallSandboxSkillRequest
Source§fn clone(&self) -> InstallSandboxSkillRequest
fn clone(&self) -> InstallSandboxSkillRequest
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 InstallSandboxSkillRequest
impl Debug for InstallSandboxSkillRequest
Source§impl<'de> Deserialize<'de> for InstallSandboxSkillRequest
impl<'de> Deserialize<'de> for InstallSandboxSkillRequest
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
impl Eq for InstallSandboxSkillRequest
impl StructuralPartialEq for InstallSandboxSkillRequest
Auto Trait Implementations§
impl Freeze for InstallSandboxSkillRequest
impl RefUnwindSafe for InstallSandboxSkillRequest
impl Send for InstallSandboxSkillRequest
impl Sync for InstallSandboxSkillRequest
impl Unpin for InstallSandboxSkillRequest
impl UnsafeUnpin for InstallSandboxSkillRequest
impl UnwindSafe for InstallSandboxSkillRequest
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