pub struct EntityStatusRequest {}Trait Implementations§
Source§impl Clone for EntityStatusRequest
impl Clone for EntityStatusRequest
Source§fn clone(&self) -> EntityStatusRequest
fn clone(&self) -> EntityStatusRequest
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 EntityStatusRequest
impl Debug for EntityStatusRequest
Source§impl FrameRead<'_> for EntityStatusRequest
impl FrameRead<'_> for EntityStatusRequest
Source§impl FrameWrite for EntityStatusRequest
impl FrameWrite for EntityStatusRequest
Source§impl Ord for EntityStatusRequest
impl Ord for EntityStatusRequest
Source§fn cmp(&self, other: &EntityStatusRequest) -> Ordering
fn cmp(&self, other: &EntityStatusRequest) -> 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 EntityStatusRequest
impl PartialEq for EntityStatusRequest
Source§impl PartialOrd for EntityStatusRequest
impl PartialOrd for EntityStatusRequest
impl Eq for EntityStatusRequest
impl StructuralPartialEq for EntityStatusRequest
Auto Trait Implementations§
impl Freeze for EntityStatusRequest
impl RefUnwindSafe for EntityStatusRequest
impl Send for EntityStatusRequest
impl Sync for EntityStatusRequest
impl Unpin for EntityStatusRequest
impl UnsafeUnpin for EntityStatusRequest
impl UnwindSafe for EntityStatusRequest
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