pub struct GhClientBuilder { /* private fields */ }
Expand description
Builder for GhClient using the Builder Pattern This allows for flexible configuration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GhClientBuilder
impl RefUnwindSafe for GhClientBuilder
impl Send for GhClientBuilder
impl Sync for GhClientBuilder
impl Unpin for GhClientBuilder
impl UnwindSafe for GhClientBuilder
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