pub struct ImsGSMAExtensionInfo<'a> {
pub app_ref: Option<&'a str>,
pub auth_type: Option<&'a str>,
pub realm: Option<&'a str>,
pub user_name: Option<&'a str>,
pub user_password: Option<&'a str>,
pub eucr_id: Option<&'a str>,
pub uuid_value: Option<&'a str>,
/* private fields */
}
Fields§
§app_ref: Option<&'a str>
§auth_type: Option<&'a str>
§realm: Option<&'a str>
§user_name: Option<&'a str>
§user_password: Option<&'a str>
§eucr_id: Option<&'a str>
§uuid_value: Option<&'a str>
Implementations§
source§impl<'a> ImsGSMAExtensionInfo<'a>
impl<'a> ImsGSMAExtensionInfo<'a>
pub fn get_transport_proto_info(&self) -> Option<TransportProto>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ImsGSMAExtensionInfo<'a>
impl<'a> Send for ImsGSMAExtensionInfo<'a>
impl<'a> Sync for ImsGSMAExtensionInfo<'a>
impl<'a> Unpin for ImsGSMAExtensionInfo<'a>
impl<'a> UnwindSafe for ImsGSMAExtensionInfo<'a>
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