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