#[repr(u32)]pub enum SystemSpacesId {
VSpace = 281,
VIndex = 289,
}
Expand description
Ids of system spaces and views.
According to Tarantool sources
this values are fixed and all have an id in reserved range [256, 511]
.
Variants§
Trait Implementations§
Source§impl Clone for SystemSpacesId
impl Clone for SystemSpacesId
Source§fn clone(&self) -> SystemSpacesId
fn clone(&self) -> SystemSpacesId
Returns a duplicate 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 SystemSpacesId
impl Debug for SystemSpacesId
Source§impl<'de> Deserialize<'de> for SystemSpacesId
impl<'de> Deserialize<'de> for SystemSpacesId
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
Source§impl Hash for SystemSpacesId
impl Hash for SystemSpacesId
Source§impl PartialEq for SystemSpacesId
impl PartialEq for SystemSpacesId
Source§impl Serialize for SystemSpacesId
impl Serialize for SystemSpacesId
impl Copy for SystemSpacesId
impl Eq for SystemSpacesId
impl StructuralPartialEq for SystemSpacesId
Auto Trait Implementations§
impl Freeze for SystemSpacesId
impl RefUnwindSafe for SystemSpacesId
impl Send for SystemSpacesId
impl Sync for SystemSpacesId
impl Unpin for SystemSpacesId
impl UnwindSafe for SystemSpacesId
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