pub enum CopyProtection {
Ok,
Error,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for CopyProtection
impl Clone for CopyProtection
Source§fn clone(&self) -> CopyProtection
fn clone(&self) -> CopyProtection
Returns a copy 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 CopyProtection
impl Debug for CopyProtection
Source§impl Display for CopyProtection
impl Display for CopyProtection
Source§impl PartialEq for CopyProtection
impl PartialEq for CopyProtection
Source§impl TryFrom<RawEngineMessage> for CopyProtection
impl TryFrom<RawEngineMessage> for CopyProtection
Source§type Error = MessageTryFromRawMessageError<EngineMessageParameterPointer>
type Error = MessageTryFromRawMessageError<EngineMessageParameterPointer>
The type returned in the event of a conversion error.
Source§fn try_from(
raw_message: RawEngineMessage,
) -> Result<Self, MessageTryFromRawMessageError<EngineMessageParameterPointer>>
fn try_from( raw_message: RawEngineMessage, ) -> Result<Self, MessageTryFromRawMessageError<EngineMessageParameterPointer>>
Performs the conversion.
impl Copy for CopyProtection
impl Eq for CopyProtection
impl StructuralPartialEq for CopyProtection
Auto Trait Implementations§
impl Freeze for CopyProtection
impl RefUnwindSafe for CopyProtection
impl Send for CopyProtection
impl Sync for CopyProtection
impl Unpin for CopyProtection
impl UnwindSafe for CopyProtection
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