pub struct AtelierCliLib;Expand description
Loadable lib that claims the atelier command-line verb.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtelierCliLib
impl RefUnwindSafe for AtelierCliLib
impl Send for AtelierCliLib
impl Sync for AtelierCliLib
impl Unpin for AtelierCliLib
impl UnsafeUnpin for AtelierCliLib
impl UnwindSafe for AtelierCliLib
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