pub enum GuidValue {
Url(Url),
Text(String),
Other(Other),
}Expand description
GUID’s value.
Variants§
Implementations§
Trait Implementations§
impl Eq for GuidValue
impl StructuralPartialEq for GuidValue
Auto Trait Implementations§
impl Freeze for GuidValue
impl RefUnwindSafe for GuidValue
impl Send for GuidValue
impl Sync for GuidValue
impl Unpin for GuidValue
impl UnwindSafe for GuidValue
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