pub struct PCscfConnectionConfig { /* private fields */ }
Implementations§
Source§impl PCscfConnectionConfig
impl PCscfConnectionConfig
pub fn new() -> PCscfConnectionConfig
pub fn update_configuration(&mut self, ims_app: &ImsApplication<'_>)
pub fn get_next( &mut self, ) -> Option<(DnsConfig, ServiceType, String, Option<String>, Option<IpAddr>, Option<u16>)>
Auto Trait Implementations§
impl Freeze for PCscfConnectionConfig
impl RefUnwindSafe for PCscfConnectionConfig
impl Send for PCscfConnectionConfig
impl Sync for PCscfConnectionConfig
impl Unpin for PCscfConnectionConfig
impl UnwindSafe for PCscfConnectionConfig
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