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 Freeze for RegInfoXml
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