pub struct TelegramChannelsOptions {
pub page: Option<i64>,
pub limit: Option<i64>,
pub category: Option<String>,
pub key: Option<String>,
pub sort: Option<String>,
}Fields§
§page: Option<i64>§limit: Option<i64>§category: Option<String>§key: Option<String>§sort: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for TelegramChannelsOptions
impl RefUnwindSafe for TelegramChannelsOptions
impl Send for TelegramChannelsOptions
impl Sync for TelegramChannelsOptions
impl Unpin for TelegramChannelsOptions
impl UnsafeUnpin for TelegramChannelsOptions
impl UnwindSafe for TelegramChannelsOptions
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