pub enum Character {
Table,
Id,
Character,
FontSize,
SizeW,
SizeH,
FontId,
Ascii,
CreatedAt,
}
Expand description
Representation of a database table named Character
.
A Enum
implemented Iden
used in rustdoc and test to demonstrate the library usage.
Variants
Table
Id
Character
FontSize
SizeW
SizeH
FontId
Ascii
CreatedAt
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more