pub enum StrOrUuid {
Str(String),
Uid(Uuid),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrOrUuid
impl RefUnwindSafe for StrOrUuid
impl Send for StrOrUuid
impl Sync for StrOrUuid
impl Unpin for StrOrUuid
impl UnsafeUnpin for StrOrUuid
impl UnwindSafe for StrOrUuid
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