pub struct RemoveObject {
    pub depth: Depth,
    pub character_id: Option<CharacterId>,
}Fields§
§depth: Depth§character_id: Option<CharacterId>Trait Implementations§
Source§impl Clone for RemoveObject
 
impl Clone for RemoveObject
Source§fn clone(&self) -> RemoveObject
 
fn clone(&self) -> RemoveObject
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 RemoveObject
 
impl Debug for RemoveObject
Source§impl PartialEq for RemoveObject
 
impl PartialEq 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