pub struct RegistrationNode {
pub aor: String,
pub id: String,
pub state: String,
pub contact_nodes: Vec<ContactNode>,
}
Fields§
§aor: String
§id: String
§state: String
§contact_nodes: Vec<ContactNode>
Auto Trait Implementations§
impl Freeze for RegistrationNode
impl RefUnwindSafe for RegistrationNode
impl Send for RegistrationNode
impl Sync for RegistrationNode
impl Unpin for RegistrationNode
impl UnwindSafe for RegistrationNode
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