pub struct Queue(/* private fields */);Expand description
Represents a queue in the backend
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Queue
Available on crate feature serde only.
impl<'de> Deserialize<'de> for Queue
Available on crate feature
serde only.Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<Args, Ctx, IdType> FromRequest<Task<Args, Ctx, IdType>> for Queue
impl<Args, Ctx, IdType> FromRequest<Task<Args, Ctx, IdType>> for Queue
Source§type Error = QueueError
type Error = QueueError
The error type that can occur during extraction.
impl Eq for Queue
impl StructuralPartialEq for Queue
Auto Trait Implementations§
impl Freeze for Queue
impl RefUnwindSafe for Queue
impl Send for Queue
impl Sync for Queue
impl Unpin for Queue
impl UnwindSafe for Queue
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