pub struct UnifiController {
pub current_site: Option<Site>,
/* private fields */
}
Fields§
§current_site: Option<Site>
Implementations§
Auto Trait Implementations§
impl !Freeze for UnifiController
impl !RefUnwindSafe for UnifiController
impl Send for UnifiController
impl Sync for UnifiController
impl Unpin for UnifiController
impl !UnwindSafe for UnifiController
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