pub struct InstallSpaceSkillRequest {
pub group: String,
pub name: String,
pub version: Option<String>,
pub provider: String,
}Fields§
§group: String§name: String§version: Option<String>§provider: StringComputer provider that owns the Space: local, e2b, or moulin.
Trait Implementations§
Source§impl Clone for InstallSpaceSkillRequest
impl Clone for InstallSpaceSkillRequest
Source§fn clone(&self) -> InstallSpaceSkillRequest
fn clone(&self) -> InstallSpaceSkillRequest
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 InstallSpaceSkillRequest
impl Debug for InstallSpaceSkillRequest
Source§impl<'de> Deserialize<'de> for InstallSpaceSkillRequest
impl<'de> Deserialize<'de> for InstallSpaceSkillRequest
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 InstallSpaceSkillRequest
Source§impl PartialEq for InstallSpaceSkillRequest
impl PartialEq for InstallSpaceSkillRequest
Source§impl Serialize for InstallSpaceSkillRequest
impl Serialize for InstallSpaceSkillRequest
impl StructuralPartialEq for InstallSpaceSkillRequest
Auto Trait Implementations§
impl Freeze for InstallSpaceSkillRequest
impl RefUnwindSafe for InstallSpaceSkillRequest
impl Send for InstallSpaceSkillRequest
impl Sync for InstallSpaceSkillRequest
impl Unpin for InstallSpaceSkillRequest
impl UnsafeUnpin for InstallSpaceSkillRequest
impl UnwindSafe for InstallSpaceSkillRequest
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