pub enum RestrictedAreaProxyKind {
PlayUrl,
BilibiliApi,
}Variants§
Trait Implementations§
Source§impl Clone for RestrictedAreaProxyKind
impl Clone for RestrictedAreaProxyKind
Source§fn clone(&self) -> RestrictedAreaProxyKind
fn clone(&self) -> RestrictedAreaProxyKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RestrictedAreaProxyKind
Source§impl Debug for RestrictedAreaProxyKind
impl Debug for RestrictedAreaProxyKind
impl Eq for RestrictedAreaProxyKind
Source§impl PartialEq for RestrictedAreaProxyKind
impl PartialEq for RestrictedAreaProxyKind
Source§fn eq(&self, other: &RestrictedAreaProxyKind) -> bool
fn eq(&self, other: &RestrictedAreaProxyKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RestrictedAreaProxyKind
Auto Trait Implementations§
impl Freeze for RestrictedAreaProxyKind
impl RefUnwindSafe for RestrictedAreaProxyKind
impl Send for RestrictedAreaProxyKind
impl Sync for RestrictedAreaProxyKind
impl Unpin for RestrictedAreaProxyKind
impl UnsafeUnpin for RestrictedAreaProxyKind
impl UnwindSafe for RestrictedAreaProxyKind
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