[−][src]Struct telegram_bot_raw::types::refs::ChannelId
Unique channel identifier.
Implementations
impl ChannelId
[src]
Trait Implementations
impl Clone for ChannelId
[src]
impl Copy for ChannelId
[src]
impl Debug for ChannelId
[src]
impl<'de> Deserialize<'de> for ChannelId
[src]
fn deserialize<D>(deserializer: D) -> Result<ChannelId, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl Display for ChannelId
[src]
impl Eq for ChannelId
[src]
impl From<ChannelId> for Integer
[src]
impl From<ChannelId> for ChatId
[src]
impl From<i64> for ChannelId
[src]
impl Hash for ChannelId
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for ChannelId
[src]
fn cmp(&self, other: &ChannelId) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<ChannelId> for ChannelId
[src]
impl PartialOrd<ChannelId> for ChannelId
[src]
fn partial_cmp(&self, other: &ChannelId) -> Option<Ordering>
[src]
fn lt(&self, other: &ChannelId) -> bool
[src]
fn le(&self, other: &ChannelId) -> bool
[src]
fn gt(&self, other: &ChannelId) -> bool
[src]
fn ge(&self, other: &ChannelId) -> bool
[src]
impl Serialize for ChannelId
[src]
impl StructuralEq for ChannelId
[src]
impl StructuralPartialEq for ChannelId
[src]
impl ToChatRef for ChannelId
[src]
fn to_chat_ref(&self) -> ChatRef
[src]
Auto Trait Implementations
impl RefUnwindSafe for ChannelId
[src]
impl Send for ChannelId
[src]
impl Sync for ChannelId
[src]
impl Unpin for ChannelId
[src]
impl UnwindSafe for ChannelId
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<C> CanExportChatInviteLink for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn export_invite_link(&Self) -> ExportChatInviteLink
[src]
impl<C> CanGetChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<C> CanGetChatAdministrators for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn get_administrators(&Self) -> GetChatAdministrators
[src]
impl<C> CanGetChatMemberForChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn get_member<O>(&Self, O) -> GetChatMember where
O: ToUserId,
[src]
O: ToUserId,
impl<C> CanGetChatMembersCount for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn get_members_count(&Self) -> GetChatMembersCount
[src]
impl<C> CanKickChatMemberForChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn kick<O>(&Self, O) -> KickChatMember where
O: ToUserId,
[src]
O: ToUserId,
impl<C> CanLeaveChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<M> CanSendAudio for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanSendChatAction for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn chat_action(&Self, ChatAction) -> SendChatAction
[src]
impl<'p, 'f, 'l, C> CanSendContact<'p, 'f, 'l> for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn contact<P, F>(&Self, P, F) -> SendContact<'p, 'f, 'l> where
F: Into<Cow<'f, str>>,
P: Into<Cow<'p, str>>,
[src]
F: Into<Cow<'f, str>>,
P: Into<Cow<'p, str>>,
impl<M> CanSendDocument for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanSendLocation for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<C> CanSendMessage for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<M> CanSendPhoto for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanSendPoll for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn poll<'q, 'o, 'e, Q, O>(&Self, Q, Vec<O, Global>) -> SendPoll<'q, 'o, 'e> where
Q: Into<Cow<'q, str>>,
O: Into<Cow<'o, str>>,
[src]
Q: Into<Cow<'q, str>>,
O: Into<Cow<'o, str>>,
impl<'t, 'a, 'f, C> CanSendVenue<'t, 'a, 'f> for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn venue<T, A>(&Self, f32, f32, T, A) -> SendVenue<'t, 'a, 'f> where
T: Into<Cow<'t, str>>,
A: Into<Cow<'a, str>>,
[src]
T: Into<Cow<'t, str>>,
A: Into<Cow<'a, str>>,
impl<M> CanSendVideo for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanUnbanChatMemberForChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn unban<O>(&Self, O) -> UnbanChatMember where
O: ToUserId,
[src]
O: ToUserId,
impl<C> CanUnpinMessage for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn unpin_message(&Self) -> UnpinChatMessage
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,