pub struct DebugGoalInfo {
pub priority: i32,
pub is_running: bool,
pub name: String,
}Fields§
§priority: i32§is_running: bool§name: StringTrait Implementations§
Source§impl AzBuf for DebugGoalInfo
impl AzBuf for DebugGoalInfo
fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for DebugGoalInfo
impl Clone for DebugGoalInfo
Source§fn clone(&self) -> DebugGoalInfo
fn clone(&self) -> DebugGoalInfo
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 DebugGoalInfo
impl Debug for DebugGoalInfo
Source§impl PartialEq for DebugGoalInfo
impl PartialEq for DebugGoalInfo
Source§fn eq(&self, other: &DebugGoalInfo) -> bool
fn eq(&self, other: &DebugGoalInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DebugGoalInfo
Auto Trait Implementations§
impl Freeze for DebugGoalInfo
impl RefUnwindSafe for DebugGoalInfo
impl Send for DebugGoalInfo
impl Sync for DebugGoalInfo
impl Unpin for DebugGoalInfo
impl UnsafeUnpin for DebugGoalInfo
impl UnwindSafe for DebugGoalInfo
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