#[non_exhaustive]#[repr(i32)]pub enum XmtpFfiConsentEntityType {
XMTP_FFI_CONSENT_ENTITY_TYPE_GROUP_ID = 0,
XMTP_FFI_CONSENT_ENTITY_TYPE_INBOX_ID = 1,
}Expand description
Consent entity type.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for XmtpFfiConsentEntityType
impl Clone for XmtpFfiConsentEntityType
Source§fn clone(&self) -> XmtpFfiConsentEntityType
fn clone(&self) -> XmtpFfiConsentEntityType
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 XmtpFfiConsentEntityType
impl Debug for XmtpFfiConsentEntityType
Source§impl Hash for XmtpFfiConsentEntityType
impl Hash for XmtpFfiConsentEntityType
Source§impl PartialEq for XmtpFfiConsentEntityType
impl PartialEq for XmtpFfiConsentEntityType
impl Copy for XmtpFfiConsentEntityType
impl Eq for XmtpFfiConsentEntityType
impl StructuralPartialEq for XmtpFfiConsentEntityType
Auto Trait Implementations§
impl Freeze for XmtpFfiConsentEntityType
impl RefUnwindSafe for XmtpFfiConsentEntityType
impl Send for XmtpFfiConsentEntityType
impl Sync for XmtpFfiConsentEntityType
impl Unpin for XmtpFfiConsentEntityType
impl UnsafeUnpin for XmtpFfiConsentEntityType
impl UnwindSafe for XmtpFfiConsentEntityType
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