Struct fluence_faas::FaaSModuleInterface [−][src]
Represent FCE module interface.
Fields
record_types: &'a HashMap<u64, Rc<RecordType>, RandomState>function_signatures: Vec<FCEFunctionSignature, Global>Trait Implementations
impl<'a> Clone for FCEModuleInterface<'a>[src]
pub fn clone(&self) -> FCEModuleInterface<'a>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> Debug for FCEModuleInterface<'a>[src]
impl<'a> Eq for FCEModuleInterface<'a>[src]
impl<'a> PartialEq<FCEModuleInterface<'a>> for FCEModuleInterface<'a>[src]
pub fn eq(&self, other: &FCEModuleInterface<'a>) -> bool[src]
pub fn ne(&self, other: &FCEModuleInterface<'a>) -> bool[src]
impl<'a> Serialize for FCEModuleInterface<'a>[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl<'a> StructuralEq for FCEModuleInterface<'a>[src]
impl<'a> StructuralPartialEq for FCEModuleInterface<'a>[src]
Auto Trait Implementations
impl<'a> !RefUnwindSafe for FCEModuleInterface<'a>
impl<'a> !Send for FCEModuleInterface<'a>
impl<'a> !Sync for FCEModuleInterface<'a>
impl<'a> Unpin for FCEModuleInterface<'a>
impl<'a> !UnwindSafe for FCEModuleInterface<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
T: Serialize + ?Sized,
pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,