pub struct TrelloClient {
pub config: ClientConfig,
pub client: Client,
}
Fields§
§config: ClientConfig
§client: Client
Implementations§
Source§impl TrelloClient
impl TrelloClient
pub fn new(config: ClientConfig) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrelloClient
impl !RefUnwindSafe for TrelloClient
impl Send for TrelloClient
impl Sync for TrelloClient
impl Unpin for TrelloClient
impl !UnwindSafe for TrelloClient
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