pub enum OsuClientKind {
Stable,
Lazer,
}Variants§
Trait Implementations§
Source§impl Clone for OsuClientKind
impl Clone for OsuClientKind
Source§fn clone(&self) -> OsuClientKind
fn clone(&self) -> OsuClientKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OsuClientKind
impl Debug for OsuClientKind
Source§impl Default for OsuClientKind
impl Default for OsuClientKind
Source§fn default() -> OsuClientKind
fn default() -> OsuClientKind
Returns the “default value” for a type. Read more
Source§impl PartialEq for OsuClientKind
impl PartialEq for OsuClientKind
impl Copy for OsuClientKind
impl Eq for OsuClientKind
impl StructuralPartialEq for OsuClientKind
Auto Trait Implementations§
impl Freeze for OsuClientKind
impl RefUnwindSafe for OsuClientKind
impl Send for OsuClientKind
impl Sync for OsuClientKind
impl Unpin for OsuClientKind
impl UnwindSafe for OsuClientKind
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