Struct yottadb::CallInDescriptor
source · pub struct CallInDescriptor(/* private fields */);
Expand description
A call-in descriptor for use with cip_t!
.
This represents an M function described in a call-in table.
The descriptor is lazily initialized on the first call to cip_t!
,
and future calls will be much faster to execute.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CallInDescriptor
impl !Send for CallInDescriptor
impl !Sync for CallInDescriptor
impl Unpin for CallInDescriptor
impl UnwindSafe for CallInDescriptor
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