#[repr(transparent)]pub struct BlockDirtyBitmapAddWrapper {
pub data: BlockDirtyBitmapAdd,
}
Fields§
§data: BlockDirtyBitmapAdd
Implementations§
Source§impl BlockDirtyBitmapAddWrapper
impl BlockDirtyBitmapAddWrapper
pub fn into_inner(self) -> BlockDirtyBitmapAdd
Trait Implementations§
Source§impl AsRef<BlockDirtyBitmapAdd> for BlockDirtyBitmapAddWrapper
impl AsRef<BlockDirtyBitmapAdd> for BlockDirtyBitmapAddWrapper
Source§fn as_ref(&self) -> &BlockDirtyBitmapAdd
fn as_ref(&self) -> &BlockDirtyBitmapAdd
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for BlockDirtyBitmapAddWrapper
impl Clone for BlockDirtyBitmapAddWrapper
Source§fn clone(&self) -> BlockDirtyBitmapAddWrapper
fn clone(&self) -> BlockDirtyBitmapAddWrapper
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 BlockDirtyBitmapAddWrapper
impl Debug for BlockDirtyBitmapAddWrapper
Source§impl Deref for BlockDirtyBitmapAddWrapper
impl Deref for BlockDirtyBitmapAddWrapper
Source§impl<'de> Deserialize<'de> for BlockDirtyBitmapAddWrapper
impl<'de> Deserialize<'de> for BlockDirtyBitmapAddWrapper
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
Source§impl From<BlockDirtyBitmapAddWrapper> for TransactionAction
impl From<BlockDirtyBitmapAddWrapper> for TransactionAction
Source§fn from(val: BlockDirtyBitmapAddWrapper) -> Self
fn from(val: BlockDirtyBitmapAddWrapper) -> Self
Converts to this type from the input type.
Source§impl<T: Into<BlockDirtyBitmapAdd>> From<T> for BlockDirtyBitmapAddWrapper
impl<T: Into<BlockDirtyBitmapAdd>> From<T> for BlockDirtyBitmapAddWrapper
Auto Trait Implementations§
impl Freeze for BlockDirtyBitmapAddWrapper
impl RefUnwindSafe for BlockDirtyBitmapAddWrapper
impl Send for BlockDirtyBitmapAddWrapper
impl Sync for BlockDirtyBitmapAddWrapper
impl Unpin for BlockDirtyBitmapAddWrapper
impl UnwindSafe for BlockDirtyBitmapAddWrapper
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