pub struct LeaveEvent {
pub fabric_index: Option<u8>,
}Fields§
§fabric_index: Option<u8>Trait Implementations§
Source§impl Debug for LeaveEvent
impl Debug for LeaveEvent
Auto Trait Implementations§
impl Freeze for LeaveEvent
impl RefUnwindSafe for LeaveEvent
impl Send for LeaveEvent
impl Sync for LeaveEvent
impl Unpin for LeaveEvent
impl UnwindSafe for LeaveEvent
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