pub struct GossipSync {
id: Uuid,
table: Option<TableStatus>,
}
Fields§
§id: Uuid
§table: Option<TableStatus>
Trait Implementations§
Source§impl Debug for GossipSync
impl Debug for GossipSync
Source§impl<'de> Deserialize<'de> for GossipSync
impl<'de> Deserialize<'de> for GossipSync
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 From<GossipSync> for Operations
impl From<GossipSync> for Operations
Source§fn from(value: GossipSync) -> Self
fn from(value: GossipSync) -> Self
Converts to this type from the input type.
Source§impl Rpc for GossipSync
impl Rpc for GossipSync
Auto Trait Implementations§
impl Freeze for GossipSync
impl RefUnwindSafe for GossipSync
impl Send for GossipSync
impl Sync for GossipSync
impl Unpin for GossipSync
impl UnwindSafe for GossipSync
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