Enum mutiny_core::nostr::ReservedProfile
source · pub enum ReservedProfile {
MutinySubscription,
}Expand description
Reserved profiles that are used internally.
Must not exceed USER_NWC_PROFILE_START_INDEX
Variants§
MutinySubscription
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReservedProfile
impl Send for ReservedProfile
impl Sync for ReservedProfile
impl Unpin for ReservedProfile
impl UnwindSafe for ReservedProfile
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