Struct rust_tdlib::types::GetMapThumbnailFile
source · [−]pub struct GetMapThumbnailFile { /* private fields */ }
Expand description
Returns information about a file with a map thumbnail in PNG format. Only map thumbnail files with size less than 1MB can be downloaded
Implementations
sourceimpl GetMapThumbnailFile
impl GetMapThumbnailFile
pub fn from_json<S: AsRef<str>>(json: S) -> Result<Self>
pub fn builder() -> GetMapThumbnailFileBuilder
pub fn location(&self) -> &Location
pub fn zoom(&self) -> i32
pub fn width(&self) -> i32
pub fn height(&self) -> i32
pub fn scale(&self) -> i32
pub fn chat_id(&self) -> i64
Trait Implementations
sourceimpl AsRef<GetMapThumbnailFile> for GetMapThumbnailFile
impl AsRef<GetMapThumbnailFile> for GetMapThumbnailFile
sourcefn as_ref(&self) -> &GetMapThumbnailFile
fn as_ref(&self) -> &GetMapThumbnailFile
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetMapThumbnailFile
impl Clone for GetMapThumbnailFile
sourcefn clone(&self) -> GetMapThumbnailFile
fn clone(&self) -> GetMapThumbnailFile
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetMapThumbnailFile
impl Debug for GetMapThumbnailFile
sourceimpl Default for GetMapThumbnailFile
impl Default for GetMapThumbnailFile
sourcefn default() -> GetMapThumbnailFile
fn default() -> GetMapThumbnailFile
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetMapThumbnailFile
impl<'de> Deserialize<'de> for GetMapThumbnailFile
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for GetMapThumbnailFile
impl Serialize for GetMapThumbnailFile
Auto Trait Implementations
impl RefUnwindSafe for GetMapThumbnailFile
impl Send for GetMapThumbnailFile
impl Sync for GetMapThumbnailFile
impl Unpin for GetMapThumbnailFile
impl UnwindSafe for GetMapThumbnailFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more