pub struct NETWORK_MANAGER {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
Source§impl Deref for NETWORK_MANAGER
impl Deref for NETWORK_MANAGER
Source§type Target = Arc<Mutex<NetworkManager>>
type Target = Arc<Mutex<NetworkManager>>
The resulting type after dereferencing.
Source§fn deref(&self) -> &Arc<Mutex<NetworkManager>>
fn deref(&self) -> &Arc<Mutex<NetworkManager>>
Dereferences the value.
impl LazyStatic for NETWORK_MANAGER
Auto Trait Implementations§
impl Freeze for NETWORK_MANAGER
impl RefUnwindSafe for NETWORK_MANAGER
impl Send for NETWORK_MANAGER
impl Sync for NETWORK_MANAGER
impl Unpin for NETWORK_MANAGER
impl UnwindSafe for NETWORK_MANAGER
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
§impl<T> InitializeFromFunction<T> for T
impl<T> InitializeFromFunction<T> for T
§fn initialize_from_function(f: fn() -> T) -> T
fn initialize_from_function(f: fn() -> T) -> T
Create an instance of this type from an initialization function
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.