pub enum TargetAPI {
Player,
WWW,
}Expand description
Type enumerating the two base endpoints for the Monstercat API.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TargetAPI
impl RefUnwindSafe for TargetAPI
impl Send for TargetAPI
impl Sync for TargetAPI
impl Unpin for TargetAPI
impl UnwindSafe for TargetAPI
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