Struct sqlite_rs::header::ReservedForExpansion
source · pub struct ReservedForExpansion(/* private fields */);Expand description
Reserved for expansion. Must be zero. (20 Bytes)
Trait Implementations§
source§impl Debug for ReservedForExpansion
impl Debug for ReservedForExpansion
source§impl Default for ReservedForExpansion
impl Default for ReservedForExpansion
source§fn default() -> ReservedForExpansion
fn default() -> ReservedForExpansion
Returns the “default value” for a type. Read more
source§impl PartialEq<ReservedForExpansion> for ReservedForExpansion
impl PartialEq<ReservedForExpansion> for ReservedForExpansion
source§fn eq(&self, other: &ReservedForExpansion) -> bool
fn eq(&self, other: &ReservedForExpansion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ReservedForExpansion
impl StructuralEq for ReservedForExpansion
impl StructuralPartialEq for ReservedForExpansion
Auto Trait Implementations§
impl RefUnwindSafe for ReservedForExpansion
impl Send for ReservedForExpansion
impl Sync for ReservedForExpansion
impl Unpin for ReservedForExpansion
impl UnwindSafe for ReservedForExpansion
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