pub struct ContextSelection {
pub entry_id: String,
pub action: ContextPlanAction,
pub reason: String,
}Fields§
§entry_id: String§action: ContextPlanAction§reason: StringTrait Implementations§
Source§impl Clone for ContextSelection
impl Clone for ContextSelection
Source§fn clone(&self) -> ContextSelection
fn clone(&self) -> ContextSelection
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 ContextSelection
impl Debug for ContextSelection
Source§impl<'de> Deserialize<'de> for ContextSelection
impl<'de> Deserialize<'de> for ContextSelection
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
impl Eq for ContextSelection
Source§impl PartialEq for ContextSelection
impl PartialEq for ContextSelection
Source§impl Serialize for ContextSelection
impl Serialize for ContextSelection
impl StructuralPartialEq for ContextSelection
Auto Trait Implementations§
impl Freeze for ContextSelection
impl RefUnwindSafe for ContextSelection
impl Send for ContextSelection
impl Sync for ContextSelection
impl Unpin for ContextSelection
impl UnsafeUnpin for ContextSelection
impl UnwindSafe for ContextSelection
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