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