Struct modio::types::files::VirusResult
source · pub struct VirusResult(/* private fields */);
Expand description
See the Modfile Object docs for more information.
Implementations§
source§impl VirusResult
impl VirusResult
Trait Implementations§
source§impl Clone for VirusResult
impl Clone for VirusResult
source§fn clone(&self) -> VirusResult
fn clone(&self) -> VirusResult
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 VirusResult
impl Debug for VirusResult
source§impl<'de> Deserialize<'de> for VirusResult
impl<'de> Deserialize<'de> for VirusResult
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
source§impl Display for VirusResult
impl Display for VirusResult
source§impl From<VirusResult> for u8
impl From<VirusResult> for u8
source§fn from(value: VirusResult) -> u8
fn from(value: VirusResult) -> u8
Converts to this type from the input type.
source§impl From<u8> for VirusResult
impl From<u8> for VirusResult
source§impl Hash for VirusResult
impl Hash for VirusResult
source§impl PartialEq for VirusResult
impl PartialEq for VirusResult
source§fn eq(&self, other: &VirusResult) -> bool
fn eq(&self, other: &VirusResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VirusResult
impl Eq for VirusResult
impl StructuralPartialEq for VirusResult
Auto Trait Implementations§
impl Freeze for VirusResult
impl RefUnwindSafe for VirusResult
impl Send for VirusResult
impl Sync for VirusResult
impl Unpin for VirusResult
impl UnwindSafe for VirusResult
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