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