pub struct IndexSyncEdge {
pub from_symbol: String,
pub to_symbol: String,
pub kind: String,
}Expand description
A single call edge in the index sync payload.
Fields§
§from_symbol: String§to_symbol: String§kind: StringTrait Implementations§
Source§impl Debug for IndexSyncEdge
impl Debug for IndexSyncEdge
Source§impl<'de> Deserialize<'de> for IndexSyncEdge
impl<'de> Deserialize<'de> for IndexSyncEdge
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
Auto Trait Implementations§
impl Freeze for IndexSyncEdge
impl RefUnwindSafe for IndexSyncEdge
impl Send for IndexSyncEdge
impl Sync for IndexSyncEdge
impl Unpin for IndexSyncEdge
impl UnsafeUnpin for IndexSyncEdge
impl UnwindSafe for IndexSyncEdge
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