pub struct StorageHandlerProperty {
pub this: Box<Expression>,
}Expand description
StorageHandlerProperty
Fields§
§this: Box<Expression>Trait Implementations§
Source§impl Clone for StorageHandlerProperty
impl Clone for StorageHandlerProperty
Source§fn clone(&self) -> StorageHandlerProperty
fn clone(&self) -> StorageHandlerProperty
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 StorageHandlerProperty
impl Debug for StorageHandlerProperty
Source§impl<'de> Deserialize<'de> for StorageHandlerProperty
impl<'de> Deserialize<'de> for StorageHandlerProperty
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 PartialEq for StorageHandlerProperty
impl PartialEq for StorageHandlerProperty
Source§impl Serialize for StorageHandlerProperty
impl Serialize for StorageHandlerProperty
impl StructuralPartialEq for StorageHandlerProperty
Auto Trait Implementations§
impl Freeze for StorageHandlerProperty
impl RefUnwindSafe for StorageHandlerProperty
impl Send for StorageHandlerProperty
impl Sync for StorageHandlerProperty
impl Unpin for StorageHandlerProperty
impl UnwindSafe for StorageHandlerProperty
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