pub struct FunctionRef {
pub id: String,
/* private fields */
}Fields§
§id: StringImplementations§
Source§impl FunctionRef
impl FunctionRef
pub fn unregister(&self)
Trait Implementations§
Source§impl Clone for FunctionRef
impl Clone for FunctionRef
Source§fn clone(&self) -> FunctionRef
fn clone(&self) -> FunctionRef
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 FunctionRef
impl !RefUnwindSafe for FunctionRef
impl Send for FunctionRef
impl Sync for FunctionRef
impl Unpin for FunctionRef
impl UnsafeUnpin for FunctionRef
impl !UnwindSafe for FunctionRef
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