pub struct ForeignFunction {
pub name: String,
/* private fields */
}
Fields§
§name: String
Trait Implementations§
Source§impl Clone for ForeignFunction
impl Clone for ForeignFunction
Source§fn clone(&self) -> ForeignFunction
fn clone(&self) -> ForeignFunction
Returns a copy 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 ForeignFunction
impl Debug for ForeignFunction
Source§impl Hash for ForeignFunction
impl Hash for ForeignFunction
Source§impl PartialEq for ForeignFunction
impl PartialEq for ForeignFunction
impl Eq for ForeignFunction
Auto Trait Implementations§
impl Freeze for ForeignFunction
impl !RefUnwindSafe for ForeignFunction
impl !Send for ForeignFunction
impl !Sync for ForeignFunction
impl Unpin for ForeignFunction
impl !UnwindSafe for ForeignFunction
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