Struct rss::GuidBuilder
source · pub struct GuidBuilder { /* private fields */ }
Expand description
Builder for Guid
.
Implementations§
source§impl GuidBuilder
impl GuidBuilder
Trait Implementations§
source§impl Clone for GuidBuilder
impl Clone for GuidBuilder
source§fn clone(&self) -> GuidBuilder
fn clone(&self) -> GuidBuilder
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