Struct puffer::pages::boards::board_settings_request
source · pub struct board_settings_request;
Expand description
Available at “/{name}/manage”
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for board_settings_request
impl Send for board_settings_request
impl Sync for board_settings_request
impl Unpin for board_settings_request
impl UnwindSafe for board_settings_request
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