pub struct TopicProperty {
pub storage: StorageProperty,
}Fields§
§storage: StoragePropertyTrait Implementations§
Source§impl Clone for TopicProperty
impl Clone for TopicProperty
Source§fn clone(&self) -> TopicProperty
fn clone(&self) -> TopicProperty
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 TopicProperty
impl Debug for TopicProperty
Source§impl<'de> Deserialize<'de> for TopicProperty
impl<'de> Deserialize<'de> for TopicProperty
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 TopicProperty
impl RefUnwindSafe for TopicProperty
impl Send for TopicProperty
impl Sync for TopicProperty
impl Unpin for TopicProperty
impl UnsafeUnpin for TopicProperty
impl UnwindSafe for TopicProperty
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