Struct yottadb::CallInTableDescriptor
source · pub struct CallInTableDescriptor(/* private fields */);
Expand description
The descriptor for a call-in table opened with ci_tab_open
.
CallInTableDescriptor::default()
returns a table which,
when called with ci_tab_switch
, uses the environment variable ydb_ci
.
This is also the table that is used if ci_tab_switch_t
is never called.
Trait Implementations§
source§impl Clone for CallInTableDescriptor
impl Clone for CallInTableDescriptor
source§fn clone(&self) -> CallInTableDescriptor
fn clone(&self) -> CallInTableDescriptor
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 CallInTableDescriptor
impl Debug for CallInTableDescriptor
source§impl Default for CallInTableDescriptor
impl Default for CallInTableDescriptor
source§fn default() -> CallInTableDescriptor
fn default() -> CallInTableDescriptor
Returns the “default value” for a type. Read more
source§impl PartialEq<CallInTableDescriptor> for CallInTableDescriptor
impl PartialEq<CallInTableDescriptor> for CallInTableDescriptor
source§fn eq(&self, other: &CallInTableDescriptor) -> bool
fn eq(&self, other: &CallInTableDescriptor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CallInTableDescriptor
impl Eq for CallInTableDescriptor
impl StructuralEq for CallInTableDescriptor
impl StructuralPartialEq for CallInTableDescriptor
Auto Trait Implementations§
impl RefUnwindSafe for CallInTableDescriptor
impl Send for CallInTableDescriptor
impl Sync for CallInTableDescriptor
impl Unpin for CallInTableDescriptor
impl UnwindSafe for CallInTableDescriptor
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