Struct dagger_rust::publish::RustPublish
source · pub struct RustPublish { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RustPublish
impl Send for RustPublish
impl Sync for RustPublish
impl Unpin for RustPublish
impl !UnwindSafe for RustPublish
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