#[repr(C)]pub struct bgtenantprefix {
pub present: fdb_bool_t,
pub prefix: FDBKey,
}
Fields§
§present: fdb_bool_t
§prefix: FDBKey
Trait Implementations§
source§impl Clone for bgtenantprefix
impl Clone for bgtenantprefix
source§fn clone(&self) -> bgtenantprefix
fn clone(&self) -> bgtenantprefix
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 bgtenantprefix
impl Debug for bgtenantprefix
impl Copy for bgtenantprefix
Auto Trait Implementations§
impl Freeze for bgtenantprefix
impl RefUnwindSafe for bgtenantprefix
impl !Send for bgtenantprefix
impl !Sync for bgtenantprefix
impl Unpin for bgtenantprefix
impl UnwindSafe for bgtenantprefix
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)