pub enum PixelAuthority {
Supplemental,
Authoritative,
}Variants§
Trait Implementations§
Source§impl Clone for PixelAuthority
impl Clone for PixelAuthority
Source§fn clone(&self) -> PixelAuthority
fn clone(&self) -> PixelAuthority
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 PixelAuthority
Source§impl Debug for PixelAuthority
impl Debug for PixelAuthority
Source§impl<'de> Deserialize<'de> for PixelAuthority
impl<'de> Deserialize<'de> for PixelAuthority
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PixelAuthority
Source§impl PartialEq for PixelAuthority
impl PartialEq for PixelAuthority
Source§impl Serialize for PixelAuthority
impl Serialize for PixelAuthority
impl StructuralPartialEq for PixelAuthority
Auto Trait Implementations§
impl Freeze for PixelAuthority
impl RefUnwindSafe for PixelAuthority
impl Send for PixelAuthority
impl Sync for PixelAuthority
impl Unpin for PixelAuthority
impl UnsafeUnpin for PixelAuthority
impl UnwindSafe for PixelAuthority
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