pub struct RemoveObject {
pub character_id: Option<u16>,
pub depth: u16,
}
Fields§
§character_id: Option<u16>
§depth: u16
Trait Implementations§
Source§impl Clone for RemoveObject
impl Clone for RemoveObject
Source§fn clone(&self) -> RemoveObject
fn clone(&self) -> RemoveObject
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 RemoveObject
impl Debug for RemoveObject
Source§impl<'de> Deserialize<'de> for RemoveObject
impl<'de> Deserialize<'de> for RemoveObject
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 Hash for RemoveObject
impl Hash for RemoveObject
Source§impl Ord for RemoveObject
impl Ord for RemoveObject
Source§fn cmp(&self, other: &RemoveObject) -> Ordering
fn cmp(&self, other: &RemoveObject) -> 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 RemoveObject
impl PartialEq for RemoveObject
Source§impl PartialOrd for RemoveObject
impl PartialOrd for RemoveObject
Source§impl Serialize for RemoveObject
impl Serialize for RemoveObject
impl Copy for RemoveObject
impl Eq for RemoveObject
impl StructuralPartialEq for RemoveObject
Auto Trait Implementations§
impl Freeze for RemoveObject
impl RefUnwindSafe for RemoveObject
impl Send for RemoveObject
impl Sync for RemoveObject
impl Unpin for RemoveObject
impl UnwindSafe for RemoveObject
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