pub struct object_removed {
pub userid: i32,
pub objecttype: i32,
pub index: i32,
}Fields§
§userid: i32§objecttype: i32§index: i32Auto Trait Implementations§
impl Freeze for object_removed
impl RefUnwindSafe for object_removed
impl Send for object_removed
impl Sync for object_removed
impl Unpin for object_removed
impl UnwindSafe for object_removed
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