pub struct PurgeEntity<T: SessionTrait> { /* private fields */ }
Implementations§
Source§impl<T> PurgeEntity<T>where
T: SessionTrait,
impl<T> PurgeEntity<T>where
T: SessionTrait,
pub fn with_instance(self, value: i32) -> Self
Source§impl<T: SessionTrait> PurgeEntity<T>
impl<T: SessionTrait> PurgeEntity<T>
pub async fn call_async(self) -> Result<(), CallError>
Trait Implementations§
Source§impl IntoFuture for PurgeEntity<SessionAsync>
impl IntoFuture for PurgeEntity<SessionAsync>
Source§type IntoFuture = Pin<Box<dyn Future<Output = Result<(), CallError>> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = Result<(), CallError>> + Send>>
Which kind of future are we turning this into?
Source§type Output = <<PurgeEntity<SessionAsync> as IntoFuture>::IntoFuture as Future>::Output
type Output = <<PurgeEntity<SessionAsync> as IntoFuture>::IntoFuture as Future>::Output
The output that the future will produce on completion.
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl<T> Freeze for PurgeEntity<T>where
T: Freeze,
impl<T> RefUnwindSafe for PurgeEntity<T>where
T: RefUnwindSafe,
impl<T> Send for PurgeEntity<T>where
T: Send,
impl<T> Sync for PurgeEntity<T>where
T: Sync,
impl<T> Unpin for PurgeEntity<T>where
T: Unpin,
impl<T> UnwindSafe for PurgeEntity<T>where
T: UnwindSafe,
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