pub enum OwnerKind {
PodUsername,
NostrHex,
}Expand description
Kind of an owner segment, derived from its shape.
Variants§
PodUsername
A pod username (anything that is not a 64-hex pubkey).
NostrHex
A 64-hex did:nostr pubkey namespace.
Trait Implementations§
impl Copy for OwnerKind
impl Eq for OwnerKind
impl StructuralPartialEq for OwnerKind
Auto Trait Implementations§
impl Freeze for OwnerKind
impl RefUnwindSafe for OwnerKind
impl Send for OwnerKind
impl Sync for OwnerKind
impl Unpin for OwnerKind
impl UnsafeUnpin for OwnerKind
impl UnwindSafe for OwnerKind
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