pub enum ConnectionType {
DirectConnection,
CrossContractConnection,
Emission,
}Variants§
Trait Implementations§
Source§impl Into<ConnectionType> for FunctionInfo
impl Into<ConnectionType> for FunctionInfo
Source§fn into(self) -> ConnectionType
fn into(self) -> ConnectionType
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ConnectionType
impl RefUnwindSafe for ConnectionType
impl Send for ConnectionType
impl Sync for ConnectionType
impl Unpin for ConnectionType
impl UnwindSafe for ConnectionType
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