#[repr(C)]pub struct switch_cache_db_database_interface_options_t {
pub original_dsn: *const c_char,
pub connection_string: *mut c_char,
pub prefix: [c_char; 16],
pub database_interface: *mut switch_database_interface_t,
pub make_module_no_unloadable: switch_bool_t,
}Fields§
§original_dsn: *const c_char§connection_string: *mut c_char§prefix: [c_char; 16]§database_interface: *mut switch_database_interface_t§make_module_no_unloadable: switch_bool_tTrait Implementations§
Source§impl Clone for switch_cache_db_database_interface_options_t
impl Clone for switch_cache_db_database_interface_options_t
Source§fn clone(&self) -> switch_cache_db_database_interface_options_t
fn clone(&self) -> switch_cache_db_database_interface_options_t
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 moreimpl Copy for switch_cache_db_database_interface_options_t
Auto Trait Implementations§
impl Freeze for switch_cache_db_database_interface_options_t
impl RefUnwindSafe for switch_cache_db_database_interface_options_t
impl !Send for switch_cache_db_database_interface_options_t
impl !Sync for switch_cache_db_database_interface_options_t
impl Unpin for switch_cache_db_database_interface_options_t
impl UnwindSafe for switch_cache_db_database_interface_options_t
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