pub enum AuthorityType {
None,
Owner,
UpdateAuthority,
Address,
}Variants§
Trait Implementations§
Source§impl Clone for AuthorityType
impl Clone for AuthorityType
Source§fn clone(&self) -> AuthorityType
fn clone(&self) -> AuthorityType
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 AuthorityType
impl Debug for AuthorityType
Source§impl From<PluginAuthority> for AuthorityType
impl From<PluginAuthority> for AuthorityType
Source§fn from(authority: PluginAuthority) -> Self
fn from(authority: PluginAuthority) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AuthorityType
impl PartialEq for AuthorityType
impl Copy for AuthorityType
impl Eq for AuthorityType
impl StructuralPartialEq for AuthorityType
Auto Trait Implementations§
impl Freeze for AuthorityType
impl RefUnwindSafe for AuthorityType
impl Send for AuthorityType
impl Sync for AuthorityType
impl Unpin for AuthorityType
impl UnwindSafe for AuthorityType
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