pub struct BGSStoryEvent;
Auto Trait Implementations§
impl Freeze for BGSStoryEvent
impl RefUnwindSafe for BGSStoryEvent
impl Send for BGSStoryEvent
impl Sync for BGSStoryEvent
impl Unpin for BGSStoryEvent
impl UnwindSafe for BGSStoryEvent
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