Struct ruma_common::thirdparty::ProtocolInstanceInit [−][src]
pub struct ProtocolInstanceInit {
pub desc: String,
pub fields: BTreeMap<String, String>,
pub network_id: String,
}Expand description
Initial set of fields of Protocol.
This struct will not be updated even if additional fields are added to Prococol in a new
(non-breaking) release of the Matrix specification.
Fields
desc: StringExpand description
A human-readable description for the protocol, such as the name.
fields: BTreeMap<String, String>Expand description
Preset values for fields the client may use to search by.
network_id: StringExpand description
A unique identifier across all instances.
Trait Implementations
impl Debug for ProtocolInstanceInit[src]
impl Debug for ProtocolInstanceInit[src]impl From<ProtocolInstanceInit> for ProtocolInstance[src]
impl From<ProtocolInstanceInit> for ProtocolInstance[src]fn from(init: ProtocolInstanceInit) -> Self[src]
fn from(init: ProtocolInstanceInit) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ProtocolInstanceInit
impl Send for ProtocolInstanceInit
impl Sync for ProtocolInstanceInit
impl Unpin for ProtocolInstanceInit
impl UnwindSafe for ProtocolInstanceInit
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]