pub enum CreateTestEntitlementOwner {
Guild(Id<GuildMarker>),
User(Id<UserMarker>),
}Expand description
Owner of a test entitlement.
Variants§
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