pub struct SchemaTupleIdentity {
pub oid: i64,
pub object_id: [u8; 16],
pub revision: [u8; 16],
}Expand description
A namespace lifetime and one replacement of its catalog tuple.
Fields§
§oid: i64§object_id: [u8; 16]§revision: [u8; 16]Implementations§
Trait Implementations§
Source§impl Clone for SchemaTupleIdentity
impl Clone for SchemaTupleIdentity
impl Copy for SchemaTupleIdentity
Source§impl Debug for SchemaTupleIdentity
impl Debug for SchemaTupleIdentity
Source§impl<'de> Deserialize<'de> for SchemaTupleIdentity
impl<'de> Deserialize<'de> for SchemaTupleIdentity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SchemaTupleIdentity
Source§impl PartialEq for SchemaTupleIdentity
impl PartialEq for SchemaTupleIdentity
Source§impl Serialize for SchemaTupleIdentity
impl Serialize for SchemaTupleIdentity
impl StructuralPartialEq for SchemaTupleIdentity
Auto Trait Implementations§
impl Freeze for SchemaTupleIdentity
impl RefUnwindSafe for SchemaTupleIdentity
impl Send for SchemaTupleIdentity
impl Sync for SchemaTupleIdentity
impl Unpin for SchemaTupleIdentity
impl UnsafeUnpin for SchemaTupleIdentity
impl UnwindSafe for SchemaTupleIdentity
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