pub struct GVariantBuilder {
pub u: GVariantBuilder_u,
}
Fields§
§u: GVariantBuilder_u
Trait Implementations§
§impl Clone for GVariantBuilder
impl Clone for GVariantBuilder
§fn clone(&self) -> GVariantBuilder
fn clone(&self) -> GVariantBuilder
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§impl Debug for GVariantBuilder
impl Debug for GVariantBuilder
impl Copy for GVariantBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GVariantBuilder
impl !Send for GVariantBuilder
impl !Sync for GVariantBuilder
impl Unpin for GVariantBuilder
impl UnwindSafe for GVariantBuilder
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.