Struct applin::BackButton
source · pub struct BackButton {
pub actions: Vec<Action>,
}Fields§
§actions: Vec<Action>Trait Implementations§
source§impl Clone for BackButton
impl Clone for BackButton
source§fn clone(&self) -> BackButton
fn clone(&self) -> BackButton
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BackButton
impl Debug for BackButton
source§impl<'de> Deserialize<'de> for BackButton
impl<'de> Deserialize<'de> for BackButton
source§fn 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
source§impl From<BackButton> for Option<Widget>
impl From<BackButton> for Option<Widget>
source§fn from(src: BackButton) -> Self
fn from(src: BackButton) -> Self
Converts to this type from the input type.
source§impl From<BackButton> for Widget
impl From<BackButton> for Widget
source§fn from(src: BackButton) -> Self
fn from(src: BackButton) -> Self
Converts to this type from the input type.
source§impl Hash for BackButton
impl Hash for BackButton
source§impl Ord for BackButton
impl Ord for BackButton
source§fn cmp(&self, other: &BackButton) -> Ordering
fn cmp(&self, other: &BackButton) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for BackButton
impl PartialEq for BackButton
source§fn eq(&self, other: &BackButton) -> bool
fn eq(&self, other: &BackButton) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for BackButton
impl PartialOrd for BackButton
source§fn partial_cmp(&self, other: &BackButton) -> Option<Ordering>
fn partial_cmp(&self, other: &BackButton) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for BackButton
impl Serialize for BackButton
impl Eq for BackButton
impl StructuralEq for BackButton
impl StructuralPartialEq for BackButton
Auto Trait Implementations§
impl RefUnwindSafe for BackButton
impl Send for BackButton
impl Sync for BackButton
impl Unpin for BackButton
impl UnwindSafe for BackButton
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