pub enum SplitsIo {
Id(String),
Url(Url),
}Expand description
Represents a splits.io ID or URL.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SplitsIo
impl RefUnwindSafe for SplitsIo
impl Send for SplitsIo
impl Sync for SplitsIo
impl Unpin for SplitsIo
impl UnwindSafe for SplitsIo
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