pub struct BeanDef { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeanDef
impl !RefUnwindSafe for BeanDef
impl Send for BeanDef
impl Sync for BeanDef
impl Unpin for BeanDef
impl !UnwindSafe for BeanDef
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