pub struct ValkyrieFunctionType {
pub params: Vec<ValkyrieType>,
pub results: Vec<ValkyrieType>,
}Expand description
Valkyrie 函数类型
Fields§
§params: Vec<ValkyrieType>§results: Vec<ValkyrieType>Trait Implementations§
Source§impl Clone for ValkyrieFunctionType
impl Clone for ValkyrieFunctionType
Source§fn clone(&self) -> ValkyrieFunctionType
fn clone(&self) -> ValkyrieFunctionType
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 moreAuto Trait Implementations§
impl Freeze for ValkyrieFunctionType
impl RefUnwindSafe for ValkyrieFunctionType
impl Send for ValkyrieFunctionType
impl Sync for ValkyrieFunctionType
impl Unpin for ValkyrieFunctionType
impl UnwindSafe for ValkyrieFunctionType
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