Struct teaclave_types::ECallStatus
source · [−]#[repr(C)]pub struct ECallStatus(pub u32);
Expand description
Status for Ecall
Tuple Fields
0: u32
Implementations
sourceimpl ECallStatus
impl ECallStatus
Trait Implementations
sourceimpl Debug for ECallStatus
impl Debug for ECallStatus
sourceimpl Default for ECallStatus
impl Default for ECallStatus
sourcefn default() -> ECallStatus
fn default() -> ECallStatus
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ECallStatus
impl<'de> Deserialize<'de> for ECallStatus
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for ECallStatus
impl Display for ECallStatus
sourceimpl Serialize for ECallStatus
impl Serialize for ECallStatus
Auto Trait Implementations
impl RefUnwindSafe for ECallStatus
impl Send for ECallStatus
impl Sync for ECallStatus
impl Unpin for ECallStatus
impl UnwindSafe for ECallStatus
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request