pub struct SkillVersionsContentResource { /* private fields */ }Expand description
Skills Versions Content 资源。
Implementations§
Trait Implementations§
Source§impl Clone for SkillVersionsContentResource
impl Clone for SkillVersionsContentResource
Source§fn clone(&self) -> SkillVersionsContentResource
fn clone(&self) -> SkillVersionsContentResource
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 SkillVersionsContentResource
impl !RefUnwindSafe for SkillVersionsContentResource
impl Send for SkillVersionsContentResource
impl Sync for SkillVersionsContentResource
impl Unpin for SkillVersionsContentResource
impl UnsafeUnpin for SkillVersionsContentResource
impl !UnwindSafe for SkillVersionsContentResource
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