pub struct PreparedOwnerWrite { /* private fields */ }Expand description
Database identity and sequence bound into a prepared OSW1 intent.
Implementations§
Source§impl PreparedOwnerWrite
impl PreparedOwnerWrite
Sourcepub fn owner_pubkey(&self) -> &str
pub fn owner_pubkey(&self) -> &str
Return the expected owner public key as hex.
Trait Implementations§
Source§impl Clone for PreparedOwnerWrite
impl Clone for PreparedOwnerWrite
Source§fn clone(&self) -> PreparedOwnerWrite
fn clone(&self) -> PreparedOwnerWrite
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 moreSource§impl Debug for PreparedOwnerWrite
impl Debug for PreparedOwnerWrite
impl Eq for PreparedOwnerWrite
Source§impl PartialEq for PreparedOwnerWrite
impl PartialEq for PreparedOwnerWrite
impl StructuralPartialEq for PreparedOwnerWrite
Auto Trait Implementations§
impl Freeze for PreparedOwnerWrite
impl RefUnwindSafe for PreparedOwnerWrite
impl Send for PreparedOwnerWrite
impl Sync for PreparedOwnerWrite
impl Unpin for PreparedOwnerWrite
impl UnsafeUnpin for PreparedOwnerWrite
impl UnwindSafe for PreparedOwnerWrite
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