pub struct PreparedWrite { /* private fields */ }Implementations§
Source§impl PreparedWrite
impl PreparedWrite
pub fn sql(&self) -> &str
pub fn method(&self) -> &str
pub fn nonce(&self) -> i64
pub fn timestamp(&self) -> f64
pub fn circle(&self) -> &str
pub fn wallet(&self) -> &str
pub fn public_key(&self) -> &str
pub fn owner_write(&self) -> &PreparedOwnerWrite
pub fn safety(&self) -> OperationSafety
Trait Implementations§
Source§impl Clone for PreparedWrite
impl Clone for PreparedWrite
Source§fn clone(&self) -> PreparedWrite
fn clone(&self) -> PreparedWrite
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 PreparedWrite
impl Debug for PreparedWrite
Source§impl PartialEq for PreparedWrite
impl PartialEq for PreparedWrite
Source§fn eq(&self, other: &PreparedWrite) -> bool
fn eq(&self, other: &PreparedWrite) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreparedWrite
Auto Trait Implementations§
impl Freeze for PreparedWrite
impl RefUnwindSafe for PreparedWrite
impl Send for PreparedWrite
impl Sync for PreparedWrite
impl Unpin for PreparedWrite
impl UnsafeUnpin for PreparedWrite
impl UnwindSafe for PreparedWrite
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