#[non_exhaustive]pub enum ContentModels {
Table,
Id,
Name,
}
Expand description
content_models
table
Documentation may be available on mediawiki.org.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl AsRef<str> for ContentModels
impl AsRef<str> for ContentModels
Source§impl Clone for ContentModels
impl Clone for ContentModels
Source§fn clone(&self) -> ContentModels
fn clone(&self) -> ContentModels
Returns a copy 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 Iden for ContentModels
impl Iden for ContentModels
impl Copy for ContentModels
Auto Trait Implementations§
impl Freeze for ContentModels
impl RefUnwindSafe for ContentModels
impl Send for ContentModels
impl Sync for ContentModels
impl Unpin for ContentModels
impl UnwindSafe for ContentModels
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