pub struct SkillsContentResource { /* private fields */ }Expand description
Skills Content 资源。
Implementations§
Source§impl SkillsContentResource
impl SkillsContentResource
Sourcepub fn retrieve(&self, skill_id: impl Into<String>) -> BytesRequestBuilder
pub fn retrieve(&self, skill_id: impl Into<String>) -> BytesRequestBuilder
获取 skill 内容。
Trait Implementations§
Source§impl Clone for SkillsContentResource
impl Clone for SkillsContentResource
Source§fn clone(&self) -> SkillsContentResource
fn clone(&self) -> SkillsContentResource
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 moreAuto Trait Implementations§
impl Freeze for SkillsContentResource
impl !RefUnwindSafe for SkillsContentResource
impl Send for SkillsContentResource
impl Sync for SkillsContentResource
impl Unpin for SkillsContentResource
impl UnsafeUnpin for SkillsContentResource
impl !UnwindSafe for SkillsContentResource
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