pub struct ForwardedDecision {
pub thread_id: String,
}Fields§
§thread_id: StringTrait Implementations§
Source§impl Clone for ForwardedDecision
impl Clone for ForwardedDecision
Source§fn clone(&self) -> ForwardedDecision
fn clone(&self) -> ForwardedDecision
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ForwardedDecision
impl RefUnwindSafe for ForwardedDecision
impl Send for ForwardedDecision
impl Sync for ForwardedDecision
impl Unpin for ForwardedDecision
impl UnwindSafe for ForwardedDecision
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