pub struct DeleteTopic {
pub topic: ProtoTopicId,
}
Expand description
Request that the node joins the given tossip topic
Fields§
§topic: ProtoTopicId
Trait Implementations§
Source§impl Channels<N0desService> for DeleteTopic
impl Channels<N0desService> for DeleteTopic
Source§impl Debug for DeleteTopic
impl Debug for DeleteTopic
Source§impl<'de> Deserialize<'de> for DeleteTopic
impl<'de> Deserialize<'de> for DeleteTopic
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<DeleteTopic> for N0desProtocol
impl From<DeleteTopic> for N0desProtocol
Source§fn from(value: DeleteTopic) -> Self
fn from(value: DeleteTopic) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeleteTopic
impl RefUnwindSafe for DeleteTopic
impl Send for DeleteTopic
impl Sync for DeleteTopic
impl Unpin for DeleteTopic
impl UnwindSafe for DeleteTopic
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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