#[repr(C)]pub struct bgtenantprefix {
pub present: fdb_bool_t,
pub prefix: FDBKey,
}Fields§
§present: fdb_bool_t§prefix: FDBKeyTrait Implementations§
Source§impl Clone for bgtenantprefix
impl Clone for bgtenantprefix
Source§fn clone(&self) -> bgtenantprefix
fn clone(&self) -> bgtenantprefix
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for bgtenantprefix
Auto Trait Implementations§
impl !Send for bgtenantprefix
impl !Sync for bgtenantprefix
impl Freeze for bgtenantprefix
impl RefUnwindSafe for bgtenantprefix
impl Unpin for bgtenantprefix
impl UnsafeUnpin 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