pub enum ResponseShellContainerSkill {
Reference(ResponseShellSkillReference),
Inline(ResponseShellInlineSkill),
}Variants§
Reference(ResponseShellSkillReference)
Inline(ResponseShellInlineSkill)
Trait Implementations§
Source§impl Clone for ResponseShellContainerSkill
impl Clone for ResponseShellContainerSkill
Source§fn clone(&self) -> ResponseShellContainerSkill
fn clone(&self) -> ResponseShellContainerSkill
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 ResponseShellContainerSkill
impl Debug for ResponseShellContainerSkill
Source§impl<'de> Deserialize<'de> for ResponseShellContainerSkill
impl<'de> Deserialize<'de> for ResponseShellContainerSkill
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 StructuralPartialEq for ResponseShellContainerSkill
Auto Trait Implementations§
impl Freeze for ResponseShellContainerSkill
impl RefUnwindSafe for ResponseShellContainerSkill
impl Send for ResponseShellContainerSkill
impl Sync for ResponseShellContainerSkill
impl Unpin for ResponseShellContainerSkill
impl UnsafeUnpin for ResponseShellContainerSkill
impl UnwindSafe for ResponseShellContainerSkill
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