Enum ipfs_embed::ListenerEvent
source · pub enum ListenerEvent {
NewListenAddr(Multiaddr),
ExpiredListenAddr(Multiaddr),
ListenFailed(Multiaddr, String),
}
Variants§
Trait Implementations§
source§impl Clone for ListenerEvent
impl Clone for ListenerEvent
source§fn clone(&self) -> ListenerEvent
fn clone(&self) -> ListenerEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more