pub struct ActorDoneOptions {
pub session_id: String,
}Expand description
Caller inputs for actor done planning (identity already resolved).
Fields§
§session_id: StringTrait Implementations§
Source§impl Clone for ActorDoneOptions
impl Clone for ActorDoneOptions
Source§fn clone(&self) -> ActorDoneOptions
fn clone(&self) -> ActorDoneOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActorDoneOptions
impl Debug for ActorDoneOptions
impl Eq for ActorDoneOptions
Source§impl PartialEq for ActorDoneOptions
impl PartialEq for ActorDoneOptions
impl StructuralPartialEq for ActorDoneOptions
Auto Trait Implementations§
impl Freeze for ActorDoneOptions
impl RefUnwindSafe for ActorDoneOptions
impl Send for ActorDoneOptions
impl Sync for ActorDoneOptions
impl Unpin for ActorDoneOptions
impl UnsafeUnpin for ActorDoneOptions
impl UnwindSafe for ActorDoneOptions
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