pub enum ChatIdentityTrust {
ResourceAuthenticated,
CurrentOwnerVerified,
StaleOwner,
UnsupportedOwnerScript,
}Variants§
Trait Implementations§
Source§impl Clone for ChatIdentityTrust
impl Clone for ChatIdentityTrust
Source§fn clone(&self) -> ChatIdentityTrust
fn clone(&self) -> ChatIdentityTrust
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChatIdentityTrust
Source§impl Debug for ChatIdentityTrust
impl Debug for ChatIdentityTrust
impl Eq for ChatIdentityTrust
Source§impl PartialEq for ChatIdentityTrust
impl PartialEq for ChatIdentityTrust
impl StructuralPartialEq for ChatIdentityTrust
Auto Trait Implementations§
impl Freeze for ChatIdentityTrust
impl RefUnwindSafe for ChatIdentityTrust
impl Send for ChatIdentityTrust
impl Sync for ChatIdentityTrust
impl Unpin for ChatIdentityTrust
impl UnsafeUnpin for ChatIdentityTrust
impl UnwindSafe for ChatIdentityTrust
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