pub struct ExternalFunctionNode {
name: String,
args: Vec<FuncArg>,
privilege: Option<Ring>,
}Fields§
§name: String§args: Vec<FuncArg>§privilege: Option<Ring>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExternalFunctionNode
impl RefUnwindSafe for ExternalFunctionNode
impl Send for ExternalFunctionNode
impl Sync for ExternalFunctionNode
impl Unpin for ExternalFunctionNode
impl UnsafeUnpin for ExternalFunctionNode
impl UnwindSafe for ExternalFunctionNode
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