#[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