pub struct GetAllSchemaDataTopic { /* private fields */ }
Expand description
$tp_name - A Topic definition type
Generated by the topics!()
macro
Trait Implementations§
Source§impl Topic for GetAllSchemaDataTopic
impl Topic for GetAllSchemaDataTopic
Source§type Message = OwnedSchemaData
type Message = OwnedSchemaData
The type of the Message (unidirectional)
Source§const TOPIC_KEY4: Key4 = _
const TOPIC_KEY4: Key4 = _
The unique Key4 identifying the Message
Source§const TOPIC_KEY2: Key2 = _
const TOPIC_KEY2: Key2 = _
The unique Key2 identifying the Message
Source§const TOPIC_KEY1: Key1 = _
const TOPIC_KEY1: Key1 = _
The unique Key2 identifying the Message
Auto Trait Implementations§
impl Freeze for GetAllSchemaDataTopic
impl RefUnwindSafe for GetAllSchemaDataTopic
impl Send for GetAllSchemaDataTopic
impl Sync for GetAllSchemaDataTopic
impl Unpin for GetAllSchemaDataTopic
impl UnwindSafe for GetAllSchemaDataTopic
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