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