pub struct SkillsConfigWriteResponse {
pub effective_enabled: bool,
}Fields§
§effective_enabled: boolTrait Implementations§
Source§impl Clone for SkillsConfigWriteResponse
impl Clone for SkillsConfigWriteResponse
Source§fn clone(&self) -> SkillsConfigWriteResponse
fn clone(&self) -> SkillsConfigWriteResponse
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 SkillsConfigWriteResponse
impl Debug for SkillsConfigWriteResponse
Source§impl<'de> Deserialize<'de> for SkillsConfigWriteResponse
impl<'de> Deserialize<'de> for SkillsConfigWriteResponse
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 SkillsConfigWriteResponse
impl PartialEq for SkillsConfigWriteResponse
Source§fn eq(&self, other: &SkillsConfigWriteResponse) -> bool
fn eq(&self, other: &SkillsConfigWriteResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SkillsConfigWriteResponse
Auto Trait Implementations§
impl Freeze for SkillsConfigWriteResponse
impl RefUnwindSafe for SkillsConfigWriteResponse
impl Send for SkillsConfigWriteResponse
impl Sync for SkillsConfigWriteResponse
impl Unpin for SkillsConfigWriteResponse
impl UnsafeUnpin for SkillsConfigWriteResponse
impl UnwindSafe for SkillsConfigWriteResponse
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