Enum fidl_fuchsia_weave::StackEvent
source · pub enum StackEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackEvent
impl RefUnwindSafe for StackEvent
impl Send for StackEvent
impl Sync for StackEvent
impl Unpin for StackEvent
impl UnwindSafe for StackEvent
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