Enum sea_query::tests_cfg::Character [−][src]
pub enum Character { Table, Id, Character, FontSize, SizeW, SizeH, FontId, }
Expand description
Representation of a database table named Character
.
A Enum
implemented Iden
used in rustdoc and test to demonstrate the library usage.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Character
impl Send for Character
impl Sync for Character
impl Unpin for Character
impl UnwindSafe for Character
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>,