pub struct SkillOptions {
pub description: Option<String>,
pub content_type: String,
}Fields§
§description: Option<String>§content_type: StringImplementations§
Source§impl SkillOptions
impl SkillOptions
Trait Implementations§
Source§impl Clone for SkillOptions
impl Clone for SkillOptions
Source§fn clone(&self) -> SkillOptions
fn clone(&self) -> SkillOptions
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 Debug for SkillOptions
impl Debug for SkillOptions
Auto Trait Implementations§
impl Freeze for SkillOptions
impl RefUnwindSafe for SkillOptions
impl Send for SkillOptions
impl Sync for SkillOptions
impl Unpin for SkillOptions
impl UnsafeUnpin for SkillOptions
impl UnwindSafe for SkillOptions
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