pub enum EventRequestType {
Create,
Fact,
Transfer,
Confirm,
Reject,
Eol,
}Variants§
Trait Implementations§
Source§impl Clone for EventRequestType
impl Clone for EventRequestType
Source§fn clone(&self) -> EventRequestType
fn clone(&self) -> EventRequestType
Returns a duplicate 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 EventRequestType
impl Debug for EventRequestType
Source§impl<'de> Deserialize<'de> for EventRequestType
impl<'de> Deserialize<'de> for EventRequestType
Source§fn 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
Source§impl Display for EventRequestType
impl Display for EventRequestType
Source§impl From<&EventRequest> for EventRequestType
impl From<&EventRequest> for EventRequestType
Source§fn from(value: &EventRequest) -> Self
fn from(value: &EventRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EventRequestType
impl RefUnwindSafe for EventRequestType
impl Send for EventRequestType
impl Sync for EventRequestType
impl Unpin for EventRequestType
impl UnsafeUnpin for EventRequestType
impl UnwindSafe for EventRequestType
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