Enum freenet_stdlib::prelude::APIVersion
source · pub enum APIVersion {
Version0_0_1,
}
Variants§
Version0_0_1
Trait Implementations§
source§impl Clone for APIVersion
impl Clone for APIVersion
source§fn clone(&self) -> APIVersion
fn clone(&self) -> APIVersion
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 Display for APIVersion
impl Display for APIVersion
source§impl From<ContractContainer> for APIVersion
impl From<ContractContainer> for APIVersion
source§fn from(contract: ContractContainer) -> APIVersion
fn from(contract: ContractContainer) -> APIVersion
Converts to this type from the input type.
source§impl From<DelegateContainer> for APIVersion
impl From<DelegateContainer> for APIVersion
source§fn from(delegate: DelegateContainer) -> APIVersion
fn from(delegate: DelegateContainer) -> APIVersion
Converts to this type from the input type.
source§impl PartialEq<APIVersion> for APIVersion
impl PartialEq<APIVersion> for APIVersion
source§fn eq(&self, other: &APIVersion) -> bool
fn eq(&self, other: &APIVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> TryFrom<&'a Version> for APIVersion
impl<'a> TryFrom<&'a Version> for APIVersion
impl Copy for APIVersion
impl Eq for APIVersion
impl StructuralEq for APIVersion
impl StructuralPartialEq for APIVersion
Auto Trait Implementations§
impl RefUnwindSafe for APIVersion
impl Send for APIVersion
impl Sync for APIVersion
impl Unpin for APIVersion
impl UnwindSafe for APIVersion
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