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