Struct ConnectivityManager
pub struct ConnectivityManager;
Implementations§
§impl ConnectivityManager
impl ConnectivityManager
pub fn AcquireConnectionAsync<P0>(
cellularapncontext: P0,
) -> Result<IAsyncOperation<ConnectionSession>>where
P0: Param<CellularApnContext>,
pub fn AddHttpRoutePolicy<P0>(routepolicy: P0) -> Result<()>where
P0: Param<RoutePolicy>,
pub fn RemoveHttpRoutePolicy<P0>(routepolicy: P0) -> Result<()>where
P0: Param<RoutePolicy>,
Auto Trait Implementations§
impl Freeze for ConnectivityManager
impl RefUnwindSafe for ConnectivityManager
impl Send for ConnectivityManager
impl Sync for ConnectivityManager
impl Unpin for ConnectivityManager
impl UnwindSafe for ConnectivityManager
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