Struct rust_rcs_client::connectivity::reg_info_xml::ContactNode
source · pub struct ContactNode {
pub state: String,
pub event: String,
pub duration_registered: Option<String>,
pub expires: Option<String>,
pub id: String,
pub uri: String,
}
Fields§
§state: String
§event: String
§duration_registered: Option<String>
§expires: Option<String>
§id: String
§uri: String
Auto Trait Implementations§
impl RefUnwindSafe for ContactNode
impl Send for ContactNode
impl Sync for ContactNode
impl Unpin for ContactNode
impl UnwindSafe for ContactNode
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