pub struct ManagerOptions {
pub image_path: String,
pub color_file_path: String,
}Fields§
§image_path: String§color_file_path: StringAuto Trait Implementations§
impl Freeze for ManagerOptions
impl RefUnwindSafe for ManagerOptions
impl Send for ManagerOptions
impl Sync for ManagerOptions
impl Unpin for ManagerOptions
impl UnsafeUnpin for ManagerOptions
impl UnwindSafe for ManagerOptions
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