Enum sea_query::tests_cfg::Glyph [−][src]
pub enum Glyph { Table, Id, Image, Aspect, }
Expand description
Representation of a database table named Glyph
.
A Enum
implemented Iden
used in rustdoc and test to demonstrate the library usage.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Glyph
impl Send for Glyph
impl Sync for Glyph
impl Unpin for Glyph
impl UnwindSafe for Glyph
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> IntoColumnRef for T where
T: 'static + IntoIden,
[src]
impl<T> IntoColumnRef for T where
T: 'static + IntoIden,
[src]pub fn into_column_ref(Self) -> ColumnRef
[src]
impl<T> IntoTableRef for T where
T: 'static + IntoIden,
[src]
impl<T> IntoTableRef for T where
T: 'static + IntoIden,
[src]pub fn into_table_ref(Self) -> TableRef
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,