pub struct SkillV2UrlSource {
pub type_: String,
pub url: String,
}Fields§
§type_: String§url: StringTrait Implementations§
Source§impl Clone for SkillV2UrlSource
impl Clone for SkillV2UrlSource
Source§fn clone(&self) -> SkillV2UrlSource
fn clone(&self) -> SkillV2UrlSource
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 SkillV2UrlSource
impl Debug for SkillV2UrlSource
Source§impl<'de> Deserialize<'de> for SkillV2UrlSource
impl<'de> Deserialize<'de> for SkillV2UrlSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SkillV2UrlSource
impl PartialEq for SkillV2UrlSource
Source§impl Serialize for SkillV2UrlSource
impl Serialize for SkillV2UrlSource
impl StructuralPartialEq for SkillV2UrlSource
Auto Trait Implementations§
impl Freeze for SkillV2UrlSource
impl RefUnwindSafe for SkillV2UrlSource
impl Send for SkillV2UrlSource
impl Sync for SkillV2UrlSource
impl Unpin for SkillV2UrlSource
impl UnsafeUnpin for SkillV2UrlSource
impl UnwindSafe for SkillV2UrlSource
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