Struct xmpp_parsers::jingle_thumnails::Thumbnail
source · pub struct Thumbnail {
pub uri: String,
pub media_type: String,
pub width: u32,
pub height: u32,
}
Expand description
A Jingle thumbnail.
Fields§
§uri: String
The URI of the thumbnail.
media_type: String
The media type of the thumbnail.
width: u32
The width of the thumbnail.
height: u32
The height of the thumbnail.
Trait Implementations§
source§impl PartialEq for Thumbnail
impl PartialEq for Thumbnail
impl StructuralPartialEq for Thumbnail
Auto Trait Implementations§
impl RefUnwindSafe for Thumbnail
impl Send for Thumbnail
impl Sync for Thumbnail
impl Unpin for Thumbnail
impl UnwindSafe for Thumbnail
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