Enum fuels_types::CustomType
source · [−]pub enum CustomType {
Struct,
Enum,
}
Variants
Struct
Enum
Trait Implementations
sourceimpl Clone for CustomType
impl Clone for CustomType
sourcefn clone(&self) -> CustomType
fn clone(&self) -> CustomType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CustomType
impl Debug for CustomType
sourceimpl PartialEq<CustomType> for CustomType
impl PartialEq<CustomType> for CustomType
sourcefn eq(&self, other: &CustomType) -> bool
fn eq(&self, other: &CustomType) -> bool
sourceimpl ToString for CustomType
impl ToString for CustomType
impl Copy for CustomType
impl Eq for CustomType
impl StructuralEq for CustomType
impl StructuralPartialEq for CustomType
Auto Trait Implementations
impl RefUnwindSafe for CustomType
impl Send for CustomType
impl Sync for CustomType
impl Unpin for CustomType
impl UnwindSafe for CustomType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more