[−][src]Struct telegram_bot_raw::types::text::Text
Implementations
impl Text
[src]
Trait Implementations
impl AsRef<Path> for Text
[src]
impl AsRef<str> for Text
[src]
impl Clone for Text
[src]
impl Debug for Text
[src]
impl Eq for Text
[src]
impl<'a> From<&'a str> for Text
[src]
impl From<String> for Text
[src]
impl Hash for Text
[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 Text
[src]
fn cmp(&self, other: &Text) -> 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<Text> for Text
[src]
impl PartialOrd<Text> for Text
[src]
fn partial_cmp(&self, other: &Text) -> Option<Ordering>
[src]
fn lt(&self, other: &Text) -> bool
[src]
fn le(&self, other: &Text) -> bool
[src]
fn gt(&self, other: &Text) -> bool
[src]
fn ge(&self, other: &Text) -> bool
[src]
impl StructuralEq for Text
[src]
impl StructuralPartialEq for Text
[src]
Auto Trait Implementations
impl RefUnwindSafe for Text
[src]
impl Send for Text
[src]
impl Sync for Text
[src]
impl Unpin for Text
[src]
impl UnwindSafe for Text
[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<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, 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>,