pub struct NetworksContext {
pub nm: Rc<NetworkManager>,
pub on_success: Rc<dyn Fn()>,
pub status: Label,
pub stack: Stack,
pub parent_window: ApplicationWindow,
pub details_page: Rc<NetworkPage>,
pub wired_details_page: Rc<WiredPage>,
}Fields§
§nm: Rc<NetworkManager>§on_success: Rc<dyn Fn()>§status: Label§stack: Stack§parent_window: ApplicationWindow§details_page: Rc<NetworkPage>§wired_details_page: Rc<WiredPage>Implementations§
Auto Trait Implementations§
impl Freeze for NetworksContext
impl !RefUnwindSafe for NetworksContext
impl !Send for NetworksContext
impl !Sync for NetworksContext
impl Unpin for NetworksContext
impl !UnwindSafe for NetworksContext
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more