pub struct RustFreeFunction {
pub ty: RustTypes,
pub func: RustFunction,
}Fields§
§ty: RustTypes§func: RustFunctionTrait Implementations§
Source§impl Clone for RustFreeFunction
impl Clone for RustFreeFunction
Source§fn clone(&self) -> RustFreeFunction
fn clone(&self) -> RustFreeFunction
Returns a duplicate of the value. Read more
1.0.0 · 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 RustFreeFunction
impl Debug for RustFreeFunction
Source§impl Default for RustFreeFunction
impl Default for RustFreeFunction
Source§fn default() -> RustFreeFunction
fn default() -> RustFreeFunction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RustFreeFunction
impl<'de> Deserialize<'de> for RustFreeFunction
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 From<RustFreeFunction> for MetaType
impl From<RustFreeFunction> for MetaType
Source§fn from(s: RustFreeFunction) -> MetaType
fn from(s: RustFreeFunction) -> MetaType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RustFreeFunction
impl RefUnwindSafe for RustFreeFunction
impl Send for RustFreeFunction
impl Sync for RustFreeFunction
impl Unpin for RustFreeFunction
impl UnwindSafe for RustFreeFunction
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