pub struct IconGenerator { /* private fields */ }Expand description
Builder API for composing multiple TOML icon definitions.
Implementations§
Source§impl IconGenerator
impl IconGenerator
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IconGenerator
impl RefUnwindSafe for IconGenerator
impl Send for IconGenerator
impl Sync for IconGenerator
impl Unpin for IconGenerator
impl UnsafeUnpin for IconGenerator
impl UnwindSafe for IconGenerator
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