pub struct AuthAddresses;Implementations§
Source§impl AuthAddresses
impl AuthAddresses
pub fn signer_set<'a>( signer_public_keys: impl IntoIterator<Item = &'a PublicKey>, ) -> BTreeSet<NonFungibleGlobalId>
Auto Trait Implementations§
impl Freeze for AuthAddresses
impl RefUnwindSafe for AuthAddresses
impl Send for AuthAddresses
impl Sync for AuthAddresses
impl Unpin for AuthAddresses
impl UnsafeUnpin for AuthAddresses
impl UnwindSafe for AuthAddresses
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