pub struct Builder { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Builder
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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
Source§impl<T> MaybeDebugFallback for T
impl<T> MaybeDebugFallback for T
Source§fn to_debug_string(&self) -> String
fn to_debug_string(&self) -> String
If
expr: MaybeDebug<T>
but not T: Debug
, then expr.to_debug_string()
resolves to this
trait method.