Enum uuid::external::serde_support::ExpectedFormat
source · enum ExpectedFormat {
Simple,
Braced,
Urn,
}
Variants§
Trait Implementations§
source§impl Display for ExpectedFormat
impl Display for ExpectedFormat
Auto Trait Implementations§
impl Freeze for ExpectedFormat
impl RefUnwindSafe for ExpectedFormat
impl Send for ExpectedFormat
impl Sync for ExpectedFormat
impl Unpin for ExpectedFormat
impl UnwindSafe for ExpectedFormat
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