pub struct PreparedWrappedStoreKey {
pub reference: WrappedStoreKeyRef,
pub object: PreparedExactObject,
}Fields§
§reference: WrappedStoreKeyRef§object: PreparedExactObjectImplementations§
Source§impl PreparedWrappedStoreKey
impl PreparedWrappedStoreKey
pub fn validate(&self) -> Result<WrappedStoreKey, StorageError>
Trait Implementations§
Source§impl Clone for PreparedWrappedStoreKey
impl Clone for PreparedWrappedStoreKey
Source§fn clone(&self) -> PreparedWrappedStoreKey
fn clone(&self) -> PreparedWrappedStoreKey
Returns a duplicate of the value. Read more
1.0.0 · 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 PreparedWrappedStoreKey
impl Debug for PreparedWrappedStoreKey
Source§impl<'de> Deserialize<'de> for PreparedWrappedStoreKey
impl<'de> Deserialize<'de> for PreparedWrappedStoreKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PreparedWrappedStoreKey
impl RefUnwindSafe for PreparedWrappedStoreKey
impl Send for PreparedWrappedStoreKey
impl Sync for PreparedWrappedStoreKey
impl Unpin for PreparedWrappedStoreKey
impl UnsafeUnpin for PreparedWrappedStoreKey
impl UnwindSafe for PreparedWrappedStoreKey
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