pub struct InlineResponse20038Devcontainers {
pub path: Option<String>,
pub name: Option<String>,
pub display_name: Option<String>,
}Fields§
§path: Option<String>§name: Option<String>§display_name: Option<String>Trait Implementations§
Source§impl Clone for InlineResponse20038Devcontainers
impl Clone for InlineResponse20038Devcontainers
Source§fn clone(&self) -> InlineResponse20038Devcontainers
fn clone(&self) -> InlineResponse20038Devcontainers
Returns a duplicate 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 Default for InlineResponse20038Devcontainers
impl Default for InlineResponse20038Devcontainers
Source§fn default() -> InlineResponse20038Devcontainers
fn default() -> InlineResponse20038Devcontainers
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineResponse20038Devcontainers
impl<'de> Deserialize<'de> for InlineResponse20038Devcontainers
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 InlineResponse20038Devcontainers
impl PartialEq for InlineResponse20038Devcontainers
Source§fn eq(&self, other: &InlineResponse20038Devcontainers) -> bool
fn eq(&self, other: &InlineResponse20038Devcontainers) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InlineResponse20038Devcontainers
Auto Trait Implementations§
impl Freeze for InlineResponse20038Devcontainers
impl RefUnwindSafe for InlineResponse20038Devcontainers
impl Send for InlineResponse20038Devcontainers
impl Sync for InlineResponse20038Devcontainers
impl Unpin for InlineResponse20038Devcontainers
impl UnwindSafe for InlineResponse20038Devcontainers
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