Struct google_chat_types::ImageButton
source · [−]pub struct ImageButton { /* private fields */ }Trait Implementations
sourceimpl Clone for ImageButton
impl Clone for ImageButton
sourcefn clone(&self) -> ImageButton
fn clone(&self) -> ImageButton
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 Default for ImageButton
impl Default for ImageButton
sourcefn default() -> ImageButton
fn default() -> ImageButton
Returns the “default value” for a type. Read more
sourceimpl Serialize for ImageButton
impl Serialize for ImageButton
Auto Trait Implementations
impl RefUnwindSafe for ImageButton
impl Send for ImageButton
impl Sync for ImageButton
impl Unpin for ImageButton
impl UnwindSafe for ImageButton
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