pub struct AddonRuntimeReference {
pub kind: AddonRuntimeReferenceKind,
pub value: String,
}Fields§
§kind: AddonRuntimeReferenceKind§value: StringTrait Implementations§
Source§impl Clone for AddonRuntimeReference
impl Clone for AddonRuntimeReference
Source§fn clone(&self) -> AddonRuntimeReference
fn clone(&self) -> AddonRuntimeReference
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 AddonRuntimeReference
impl Debug for AddonRuntimeReference
Source§impl<'de> Deserialize<'de> for AddonRuntimeReference
impl<'de> Deserialize<'de> for AddonRuntimeReference
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 AddonRuntimeReference
impl PartialEq for AddonRuntimeReference
Source§fn eq(&self, other: &AddonRuntimeReference) -> bool
fn eq(&self, other: &AddonRuntimeReference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonRuntimeReference
impl Serialize for AddonRuntimeReference
impl Eq for AddonRuntimeReference
impl StructuralPartialEq for AddonRuntimeReference
Auto Trait Implementations§
impl Freeze for AddonRuntimeReference
impl RefUnwindSafe for AddonRuntimeReference
impl Send for AddonRuntimeReference
impl Sync for AddonRuntimeReference
impl Unpin for AddonRuntimeReference
impl UnsafeUnpin for AddonRuntimeReference
impl UnwindSafe for AddonRuntimeReference
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