pub struct ServerInfo {
pub abuse: Vec<String>,
pub admin: Vec<String>,
pub feedback: Vec<String>,
pub sales: Vec<String>,
pub security: Vec<String>,
pub support: Vec<String>,
}
Expand description
Structure representing a http://jabber.org/network/serverinfo
form type.
Fields§
§abuse: Vec<String>
Abuse addresses
admin: Vec<String>
Admin addresses
feedback: Vec<String>
Feedback addresses
sales: Vec<String>
Sales addresses
security: Vec<String>
Security addresses
support: Vec<String>
Support addresses
Trait Implementations§
Source§impl Clone for ServerInfo
impl Clone for ServerInfo
Source§fn clone(&self) -> ServerInfo
fn clone(&self) -> ServerInfo
Returns a copy 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 ServerInfo
impl Debug for ServerInfo
Source§impl Default for ServerInfo
impl Default for ServerInfo
Source§fn default() -> ServerInfo
fn default() -> ServerInfo
Returns the “default value” for a type. Read more
Source§impl From<ServerInfo> for DataForm
impl From<ServerInfo> for DataForm
Source§fn from(server_info: ServerInfo) -> DataForm
fn from(server_info: ServerInfo) -> DataForm
Converts to this type from the input type.
Source§impl PartialEq for ServerInfo
impl PartialEq for ServerInfo
Source§impl TryFrom<DataForm> for ServerInfo
impl TryFrom<DataForm> for ServerInfo
impl StructuralPartialEq for ServerInfo
Auto Trait Implementations§
impl Freeze for ServerInfo
impl RefUnwindSafe for ServerInfo
impl Send for ServerInfo
impl Sync for ServerInfo
impl Unpin for ServerInfo
impl UnwindSafe for ServerInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)