Struct rust_rcs_client::connectivity::registration::Registration
source · pub struct Registration { /* private fields */ }
Implementations§
source§impl Registration
impl Registration
pub fn new( subscription_id: i32, impi: String, impu: String, home_domain: String, authentication_type: AuthenticationType, transport: Arc<SipTransport>, transport_address: String, registration_id: u32, sip_instance_id: Uuid ) -> Registration
Auto Trait Implementations§
impl RefUnwindSafe for Registration
impl Send for Registration
impl Sync for Registration
impl Unpin for Registration
impl UnwindSafe for Registration
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