Struct fuel_p2p::config::Initialized
source · pub struct Initialized(_);
Expand description
The initialized state can be achieved only by the init
function because ()
is private.
Trait Implementations§
source§impl Clone for Initialized
impl Clone for Initialized
source§fn clone(&self) -> Initialized
fn clone(&self) -> Initialized
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