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