pub enum FakeCallType {
Call,
Create,
}
Variants§
Trait Implementations§
Source§impl Debug for FakeCallType
impl Debug for FakeCallType
Source§impl Hash for FakeCallType
impl Hash for FakeCallType
Source§impl PartialEq for FakeCallType
impl PartialEq for FakeCallType
impl Eq for FakeCallType
impl StructuralPartialEq for FakeCallType
Auto Trait Implementations§
impl Freeze for FakeCallType
impl RefUnwindSafe for FakeCallType
impl Send for FakeCallType
impl Sync for FakeCallType
impl Unpin for FakeCallType
impl UnwindSafe for FakeCallType
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