Struct rust_rcs_client::connectivity::reg_info_xml::RegInfoXml
source · pub struct RegInfoXml {
pub version: String,
pub state: String,
pub registration_nodes: Vec<RegistrationNode>,
}
Fields§
§version: String
§state: String
§registration_nodes: Vec<RegistrationNode>
Auto Trait Implementations§
impl RefUnwindSafe for RegInfoXml
impl Send for RegInfoXml
impl Sync for RegInfoXml
impl Unpin for RegInfoXml
impl UnwindSafe for RegInfoXml
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