Struct matrix_oracle::server::ServerWellKnown [−][src]
pub struct ServerWellKnown {
pub server: String,
}Expand description
well-known information about the delegated server for server-server communication.
See the specification for more information.
Fields
server: StringThe server name to delegate server-server communciations to, with optional port
Trait Implementations
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 RefUnwindSafe for ServerWellKnown
impl Send for ServerWellKnown
impl Sync for ServerWellKnown
impl Unpin for ServerWellKnown
impl UnwindSafe for ServerWellKnown
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more