pub struct ListDedicatedWithDeps200ResponseInner {
pub path: String,
pub language: Language,
pub workspace_dep_names: Vec<String>,
}Fields§
§path: String§language: Language§workspace_dep_names: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for ListDedicatedWithDeps200ResponseInner
impl Clone for ListDedicatedWithDeps200ResponseInner
Source§fn clone(&self) -> ListDedicatedWithDeps200ResponseInner
fn clone(&self) -> ListDedicatedWithDeps200ResponseInner
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 ListDedicatedWithDeps200ResponseInner
impl Default for ListDedicatedWithDeps200ResponseInner
Source§fn default() -> ListDedicatedWithDeps200ResponseInner
fn default() -> ListDedicatedWithDeps200ResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListDedicatedWithDeps200ResponseInner
impl<'de> Deserialize<'de> for ListDedicatedWithDeps200ResponseInner
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ListDedicatedWithDeps200ResponseInner, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ListDedicatedWithDeps200ResponseInner, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ListDedicatedWithDeps200ResponseInner
impl Serialize for ListDedicatedWithDeps200ResponseInner
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 ListDedicatedWithDeps200ResponseInner
Auto Trait Implementations§
impl Freeze for ListDedicatedWithDeps200ResponseInner
impl RefUnwindSafe for ListDedicatedWithDeps200ResponseInner
impl Send for ListDedicatedWithDeps200ResponseInner
impl Sync for ListDedicatedWithDeps200ResponseInner
impl Unpin for ListDedicatedWithDeps200ResponseInner
impl UnsafeUnpin for ListDedicatedWithDeps200ResponseInner
impl UnwindSafe for ListDedicatedWithDeps200ResponseInner
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