pub enum EndpointTypeAbi {
Init,
Upgrade,
Endpoint,
PromisesCallback,
}
Variants§
Trait Implementations§
Source§impl Clone for EndpointTypeAbi
impl Clone for EndpointTypeAbi
Source§fn clone(&self) -> EndpointTypeAbi
fn clone(&self) -> EndpointTypeAbi
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EndpointTypeAbi
impl Debug for EndpointTypeAbi
Source§impl Default for EndpointTypeAbi
impl Default for EndpointTypeAbi
Source§fn default() -> EndpointTypeAbi
fn default() -> EndpointTypeAbi
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EndpointTypeAbi
impl RefUnwindSafe for EndpointTypeAbi
impl Send for EndpointTypeAbi
impl Sync for EndpointTypeAbi
impl Unpin for EndpointTypeAbi
impl UnwindSafe for EndpointTypeAbi
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