pub struct ListAllDedicatedWithDeps200ResponseInner {
pub workspace_id: String,
pub path: String,
pub language: ScriptLang,
pub workspace_dep_names: Vec<String>,
}Fields§
§workspace_id: String§path: String§language: ScriptLang§workspace_dep_names: Vec<String>Implementations§
Source§impl ListAllDedicatedWithDeps200ResponseInner
impl ListAllDedicatedWithDeps200ResponseInner
pub fn new( workspace_id: String, path: String, language: ScriptLang, workspace_dep_names: Vec<String>, ) -> ListAllDedicatedWithDeps200ResponseInner
Trait Implementations§
Source§impl Clone for ListAllDedicatedWithDeps200ResponseInner
impl Clone for ListAllDedicatedWithDeps200ResponseInner
Source§fn clone(&self) -> ListAllDedicatedWithDeps200ResponseInner
fn clone(&self) -> ListAllDedicatedWithDeps200ResponseInner
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 Default for ListAllDedicatedWithDeps200ResponseInner
impl Default for ListAllDedicatedWithDeps200ResponseInner
Source§fn default() -> ListAllDedicatedWithDeps200ResponseInner
fn default() -> ListAllDedicatedWithDeps200ResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListAllDedicatedWithDeps200ResponseInner
impl<'de> Deserialize<'de> for ListAllDedicatedWithDeps200ResponseInner
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ListAllDedicatedWithDeps200ResponseInner, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ListAllDedicatedWithDeps200ResponseInner, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ListAllDedicatedWithDeps200ResponseInner
impl PartialEq for ListAllDedicatedWithDeps200ResponseInner
Source§fn eq(&self, other: &ListAllDedicatedWithDeps200ResponseInner) -> bool
fn eq(&self, other: &ListAllDedicatedWithDeps200ResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ListAllDedicatedWithDeps200ResponseInner
impl Serialize for ListAllDedicatedWithDeps200ResponseInner
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ListAllDedicatedWithDeps200ResponseInner
Auto Trait Implementations§
impl Freeze for ListAllDedicatedWithDeps200ResponseInner
impl RefUnwindSafe for ListAllDedicatedWithDeps200ResponseInner
impl Send for ListAllDedicatedWithDeps200ResponseInner
impl Sync for ListAllDedicatedWithDeps200ResponseInner
impl Unpin for ListAllDedicatedWithDeps200ResponseInner
impl UnsafeUnpin for ListAllDedicatedWithDeps200ResponseInner
impl UnwindSafe for ListAllDedicatedWithDeps200ResponseInner
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