pub enum MessageIsFinalType {
Intermediate,
Final,
FinalError,
}Variants§
Trait Implementations§
Source§impl Clone for MessageIsFinalType
impl Clone for MessageIsFinalType
Source§fn clone(&self) -> MessageIsFinalType
fn clone(&self) -> MessageIsFinalType
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 MessageIsFinalType
impl Debug for MessageIsFinalType
Source§impl PartialEq for MessageIsFinalType
impl PartialEq for MessageIsFinalType
impl Copy for MessageIsFinalType
impl StructuralPartialEq for MessageIsFinalType
Auto Trait Implementations§
impl Freeze for MessageIsFinalType
impl RefUnwindSafe for MessageIsFinalType
impl Send for MessageIsFinalType
impl Sync for MessageIsFinalType
impl Unpin for MessageIsFinalType
impl UnwindSafe for MessageIsFinalType
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