Struct hydrus_api::api_core::endpoints::managing_pages::FocusPage
source · pub struct FocusPage;Auto Trait Implementations§
impl RefUnwindSafe for FocusPage
impl Send for FocusPage
impl Sync for FocusPage
impl Unpin for FocusPage
impl UnwindSafe for FocusPage
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