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