pub struct PutSkillInvocationIdFile {
pub type: Option<AiCitationType>,
pub id: Option<String>,
}Fields§
§type: Option<AiCitationType>§id: Option<String>Trait Implementations§
Source§impl Clone for PutSkillInvocationIdFile
impl Clone for PutSkillInvocationIdFile
Source§fn clone(&self) -> PutSkillInvocationIdFile
fn clone(&self) -> PutSkillInvocationIdFile
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 PutSkillInvocationIdFile
impl Debug for PutSkillInvocationIdFile
Source§impl Default for PutSkillInvocationIdFile
impl Default for PutSkillInvocationIdFile
Source§fn default() -> PutSkillInvocationIdFile
fn default() -> PutSkillInvocationIdFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutSkillInvocationIdFile
impl<'de> Deserialize<'de> for PutSkillInvocationIdFile
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 PutSkillInvocationIdFile
impl PartialEq for PutSkillInvocationIdFile
Source§impl Serialize for PutSkillInvocationIdFile
impl Serialize for PutSkillInvocationIdFile
impl StructuralPartialEq for PutSkillInvocationIdFile
Auto Trait Implementations§
impl Freeze for PutSkillInvocationIdFile
impl RefUnwindSafe for PutSkillInvocationIdFile
impl Send for PutSkillInvocationIdFile
impl Sync for PutSkillInvocationIdFile
impl Unpin for PutSkillInvocationIdFile
impl UnsafeUnpin for PutSkillInvocationIdFile
impl UnwindSafe for PutSkillInvocationIdFile
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