pub struct UserButton {
pub button: [bool; 4],
}Fields§
Trait Implementations§
Source§impl Clone for UserButton
impl Clone for UserButton
Source§fn clone(&self) -> UserButton
fn clone(&self) -> UserButton
Returns a duplicate 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 UserButton
impl Debug for UserButton
Source§impl Default for UserButton
impl Default for UserButton
Source§impl<'de> Deserialize<'de> for UserButton
impl<'de> Deserialize<'de> for UserButton
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 PartialEq for UserButton
impl PartialEq for UserButton
Source§impl Serialize for UserButton
impl Serialize for UserButton
impl Message for UserButton
impl StructuralPartialEq for UserButton
Auto Trait Implementations§
impl Freeze for UserButton
impl RefUnwindSafe for UserButton
impl Send for UserButton
impl Sync for UserButton
impl Unpin for UserButton
impl UnwindSafe for UserButton
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