pub struct RoutingFunction { /* private fields */ }Expand description
An executable routing function referencing a loaded module.
Implementations§
Source§impl RoutingFunction
impl RoutingFunction
Sourcepub fn content_hash(&self) -> ContentHash
pub fn content_hash(&self) -> ContentHash
Returns the content hash of the underlying module.
Trait Implementations§
Source§impl Clone for RoutingFunction
impl Clone for RoutingFunction
Source§fn clone(&self) -> RoutingFunction
fn clone(&self) -> RoutingFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for RoutingFunction
impl !UnwindSafe for RoutingFunction
impl Freeze for RoutingFunction
impl Send for RoutingFunction
impl Sync for RoutingFunction
impl Unpin for RoutingFunction
impl UnsafeUnpin for RoutingFunction
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