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