pub struct SetCustomStatus {
pub status: u8,
}Fields§
§status: u8Trait Implementations§
Source§impl Clone for SetCustomStatus
impl Clone for SetCustomStatus
Source§fn clone(&self) -> SetCustomStatus
fn clone(&self) -> SetCustomStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetCustomStatus
impl Debug for SetCustomStatus
Source§impl From<SetCustomStatus> for Request
Available on crate feature ui-client only.
impl From<SetCustomStatus> for Request
Available on crate feature
ui-client only.Source§fn from(request: SetCustomStatus) -> Self
fn from(request: SetCustomStatus) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetCustomStatus
impl PartialEq for SetCustomStatus
Source§fn eq(&self, other: &SetCustomStatus) -> bool
fn eq(&self, other: &SetCustomStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RequestVariant for SetCustomStatus
Available on crate feature ui-client only.
impl RequestVariant for SetCustomStatus
Available on crate feature
ui-client only.type Reply = SetCustomStatus
Source§impl TryFrom<Request> for SetCustomStatus
Available on crate feature ui-client only.
impl TryFrom<Request> for SetCustomStatus
Available on crate feature
ui-client only.impl Eq for SetCustomStatus
impl StructuralPartialEq for SetCustomStatus
Auto Trait Implementations§
impl Freeze for SetCustomStatus
impl RefUnwindSafe for SetCustomStatus
impl Send for SetCustomStatus
impl Sync for SetCustomStatus
impl Unpin for SetCustomStatus
impl UnsafeUnpin for SetCustomStatus
impl UnwindSafe for SetCustomStatus
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