pub struct SmalltalkBuilder;Expand description
Smalltalk builder.
Implementations§
Auto Trait Implementations§
impl Freeze for SmalltalkBuilder
impl RefUnwindSafe for SmalltalkBuilder
impl Send for SmalltalkBuilder
impl Sync for SmalltalkBuilder
impl Unpin for SmalltalkBuilder
impl UnsafeUnpin for SmalltalkBuilder
impl UnwindSafe for SmalltalkBuilder
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