pub enum VerifyScope {
Modrinth,
Local,
}Variants§
Trait Implementations§
Source§impl Clone for VerifyScope
impl Clone for VerifyScope
Source§fn clone(&self) -> VerifyScope
fn clone(&self) -> VerifyScope
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 VerifyScope
impl Debug for VerifyScope
impl Copy for VerifyScope
Auto Trait Implementations§
impl Freeze for VerifyScope
impl RefUnwindSafe for VerifyScope
impl Send for VerifyScope
impl Sync for VerifyScope
impl Unpin for VerifyScope
impl UnsafeUnpin for VerifyScope
impl UnwindSafe for VerifyScope
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