pub struct CompletionFeedCanonicalState { /* private fields */ }Expand description
Generated-owned public completion feed fact captured from DSL authority.
Trait Implementations§
Source§impl Clone for CompletionFeedCanonicalState
impl Clone for CompletionFeedCanonicalState
Source§fn clone(&self) -> CompletionFeedCanonicalState
fn clone(&self) -> CompletionFeedCanonicalState
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 CompletionFeedCanonicalState
impl Debug for CompletionFeedCanonicalState
Source§impl<'de> Deserialize<'de> for CompletionFeedCanonicalState
impl<'de> Deserialize<'de> for CompletionFeedCanonicalState
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 PartialEq for CompletionFeedCanonicalState
impl PartialEq for CompletionFeedCanonicalState
Source§fn eq(&self, other: &CompletionFeedCanonicalState) -> bool
fn eq(&self, other: &CompletionFeedCanonicalState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompletionFeedCanonicalState
Auto Trait Implementations§
impl Freeze for CompletionFeedCanonicalState
impl RefUnwindSafe for CompletionFeedCanonicalState
impl Send for CompletionFeedCanonicalState
impl Sync for CompletionFeedCanonicalState
impl Unpin for CompletionFeedCanonicalState
impl UnsafeUnpin for CompletionFeedCanonicalState
impl UnwindSafe for CompletionFeedCanonicalState
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