pub enum EntitlementOwner {
Guild(GuildId),
User(UserId),
}Variants§
Auto Trait Implementations§
impl Freeze for EntitlementOwner
impl RefUnwindSafe for EntitlementOwner
impl Send for EntitlementOwner
impl Sync for EntitlementOwner
impl Unpin for EntitlementOwner
impl UnsafeUnpin for EntitlementOwner
impl UnwindSafe for EntitlementOwner
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