pub struct CtxBuilder { /* private fields */ }Implementations§
Source§impl CtxBuilder
impl CtxBuilder
Trait Implementations§
Source§impl Default for CtxBuilder
impl Default for CtxBuilder
Source§fn default() -> CtxBuilder
fn default() -> CtxBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CtxBuilder
impl !RefUnwindSafe for CtxBuilder
impl Send for CtxBuilder
impl Sync for CtxBuilder
impl Unpin for CtxBuilder
impl !UnwindSafe for CtxBuilder
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