pub struct Telegram {
pub client: Client,
}Fields§
§client: ClientImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Telegram
impl !RefUnwindSafe for Telegram
impl Send for Telegram
impl Sync for Telegram
impl Unpin for Telegram
impl UnsafeUnpin for Telegram
impl !UnwindSafe for Telegram
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