Type Alias fdb_sys::FDBCluster
source · pub type FDBCluster = FDB_cluster;
Aliased Type§
struct FDBCluster { /* private fields */ }
Trait Implementations§
source§impl Clone for FDB_cluster
impl Clone for FDB_cluster
source§fn clone(&self) -> FDB_cluster
fn clone(&self) -> FDB_cluster
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 more