pub struct StringFormat(/* private fields */);Expand description
C++ enum: QUuid::StringFormat.
Implementations§
Source§impl StringFormat
impl StringFormat
Sourcepub const WithBraces: StringFormat
pub const WithBraces: StringFormat
C++ enum variant: WithBraces = 0
Sourcepub const WithoutBraces: StringFormat
pub const WithoutBraces: StringFormat
C++ enum variant: WithoutBraces = 1
Sourcepub const Id128: StringFormat
pub const Id128: StringFormat
C++ enum variant: Id128 = 3
Trait Implementations§
Source§impl Clone for StringFormat
impl Clone for StringFormat
Source§fn clone(&self) -> StringFormat
fn clone(&self) -> StringFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringFormat
impl Debug for StringFormat
Source§impl From<StringFormat> for c_int
impl From<StringFormat> for c_int
Source§fn from(value: StringFormat) -> Self
fn from(value: StringFormat) -> Self
Converts to this type from the input type.
Source§impl From<i32> for StringFormat
impl From<i32> for StringFormat
Source§impl PartialEq for StringFormat
impl PartialEq for StringFormat
Source§fn eq(&self, other: &StringFormat) -> bool
fn eq(&self, other: &StringFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StringFormat
impl Eq for StringFormat
impl StructuralPartialEq for StringFormat
Auto Trait Implementations§
impl Freeze for StringFormat
impl RefUnwindSafe for StringFormat
impl Send for StringFormat
impl Sync for StringFormat
impl Unpin for StringFormat
impl UnsafeUnpin for StringFormat
impl UnwindSafe for StringFormat
Blanket Implementations§
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