pub struct GithubBuilder { /* private fields */ }
Expand description
Builder for Github
.
Implementations§
Source§impl GithubBuilder
impl GithubBuilder
pub fn name(&mut self, value: &'static str) -> &mut Self
pub fn interval(&mut self, value: Duration) -> &mut Self
pub fn waker(&mut self, value: Arc<AtomicWaker>) -> &mut Self
pub fn token(&mut self, value: String) -> &mut Self
pub fn filter(&mut self, value: Vec<String>) -> &mut Self
pub fn include(&mut self, value: bool) -> &mut Self
pub fn show_zero(&mut self, value: bool) -> &mut Self
pub fn format(&mut self, value: &'static str) -> &mut Self
pub fn attrs(&mut self, value: Attrs) -> &mut Self
pub fn highlight(&mut self, value: Highlight) -> &mut Self
pub fn common(&mut self, value: PanelCommon) -> &mut Self
Trait Implementations§
Source§impl Clone for GithubBuilder
impl Clone for GithubBuilder
Source§fn clone(&self) -> GithubBuilder
fn clone(&self) -> GithubBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GithubBuilder
impl !RefUnwindSafe for GithubBuilder
impl !Send for GithubBuilder
impl !Sync for GithubBuilder
impl Unpin for GithubBuilder
impl !UnwindSafe for GithubBuilder
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