#[non_exhaustive]pub enum ActorUser {
Table,
Id,
Name,
User,
}Available on crate feature
toolforge only.Expand description
actor_user table
This is an optimized view for Toolforge users.
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 Iden for ActorUser
impl Iden for ActorUser
impl Copy for ActorUser
Auto Trait Implementations§
impl Freeze for ActorUser
impl RefUnwindSafe for ActorUser
impl Send for ActorUser
impl Sync for ActorUser
impl Unpin for ActorUser
impl UnsafeUnpin for ActorUser
impl UnwindSafe for ActorUser
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