#[non_exhaustive]pub enum Block {
Show 15 variants
Table,
AllowUsertalk,
AnonOnly,
BlockEmail,
ByActor,
CreateAccount,
Deleted,
EnableAutoblock,
Expiry,
Id,
ParentBlockId,
ReasonId,
Sitewide,
Target,
Timestamp,
}Expand description
block 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.
Table
AllowUsertalk
bl_allow_usertalk column
AnonOnly
bl_anon_only column
BlockEmail
bl_block_email column
ByActor
bl_by_actor column
CreateAccount
bl_create_account column
Deleted
bl_deleted column
EnableAutoblock
bl_enable_autoblock column
Expiry
bl_expiry column
Id
bl_id column
ParentBlockId
bl_parent_block_id column
ReasonId
bl_reason_id column
Sitewide
bl_sitewide column
Target
bl_target column
Timestamp
bl_timestamp column
Trait Implementations§
Source§impl Iden for Block
impl Iden for Block
impl Copy for Block
Auto Trait Implementations§
impl Freeze for Block
impl RefUnwindSafe for Block
impl Send for Block
impl Sync for Block
impl Unpin for Block
impl UnsafeUnpin for Block
impl UnwindSafe for Block
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