enum QueueOutputResourceResult {
UsingAsEos,
Reused(i32),
Registered(i32),
}Variants§
Auto Trait Implementations§
impl Freeze for QueueOutputResourceResult
impl RefUnwindSafe for QueueOutputResourceResult
impl Send for QueueOutputResourceResult
impl Sync for QueueOutputResourceResult
impl Unpin for QueueOutputResourceResult
impl UnwindSafe for QueueOutputResourceResult
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