pub struct SupporterAppState {
pub path: PathBuf,
pub client: Client,
}Fields§
§path: PathBuf§client: ClientAuto Trait Implementations§
impl Freeze for SupporterAppState
impl !RefUnwindSafe for SupporterAppState
impl Send for SupporterAppState
impl Sync for SupporterAppState
impl Unpin for SupporterAppState
impl UnsafeUnpin for SupporterAppState
impl !UnwindSafe for SupporterAppState
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