Struct fluentci_ext::devbox::Devbox
source · pub struct Devbox {}
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Devbox
impl RefUnwindSafe for Devbox
impl Send for Devbox
impl Sync for Devbox
impl Unpin for Devbox
impl UnwindSafe for Devbox
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