[−][src]Enum tarantool_module::space::SystemSpace
Variants
Space if of _vinyl_deferred_delete.
Space id of _schema.
Space id of _collation.
Space id of _vcollation.
Space id of _space.
Space id of _vspace view.
Space id of _sequence.
Space id of _sequence_data.
Space id of _vsequence view.
Space id of _index.
Space id of _vindex view.
Space id of _func.
Space id of _vfunc view.
Space id of _user.
Space id of _vuser view.
Space id of _priv.
Space id of _vpriv view.
Space id of _cluster.
Space id of _trigger.
Space id of _truncate.
Space id of _space_sequence.
Space id of _fk_constraint.
Space id of _ck_contraint.
Space id of _func_index.
Space id of _session_settings.
Trait Implementations
impl Clone for SystemSpace[src]
fn clone(&self) -> SystemSpace[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SystemSpace[src]
impl PartialEq<SystemSpace> for SystemSpace[src]
fn eq(&self, other: &SystemSpace) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for SystemSpace[src]
impl ToPrimitive for SystemSpace[src]
fn to_i64(&self) -> Option<i64>[src]
fn to_u64(&self) -> Option<u64>[src]
fn to_isize(&self) -> Option<isize>[src]
fn to_i8(&self) -> Option<i8>[src]
fn to_i16(&self) -> Option<i16>[src]
fn to_i32(&self) -> Option<i32>[src]
fn to_i128(&self) -> Option<i128>[src]
fn to_usize(&self) -> Option<usize>[src]
fn to_u8(&self) -> Option<u8>[src]
fn to_u16(&self) -> Option<u16>[src]
fn to_u32(&self) -> Option<u32>[src]
fn to_u128(&self) -> Option<u128>[src]
fn to_f32(&self) -> Option<f32>[src]
fn to_f64(&self) -> Option<f64>[src]
Auto Trait Implementations
impl RefUnwindSafe for SystemSpace
impl Send for SystemSpace
impl Sync for SystemSpace
impl Unpin for SystemSpace
impl UnwindSafe for SystemSpace
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,