pub enum CreateTestEntitlementOwner {
Guild(Id<GuildMarker>),
User(Id<UserMarker>),
}
Expand description
Owner of a test entitlement.
Variants§
Guild(Id<GuildMarker>)
User(Id<UserMarker>)
Implementations§
Auto Trait Implementations§
impl Freeze for CreateTestEntitlementOwner
impl RefUnwindSafe for CreateTestEntitlementOwner
impl Send for CreateTestEntitlementOwner
impl Sync for CreateTestEntitlementOwner
impl Unpin for CreateTestEntitlementOwner
impl UnwindSafe for CreateTestEntitlementOwner
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