pub enum SiteReadOption {
SiteId(Box<dyn SiteId>),
Domain(String),
}Variants§
Auto Trait Implementations§
impl Freeze for SiteReadOption
impl !RefUnwindSafe for SiteReadOption
impl !Send for SiteReadOption
impl !Sync for SiteReadOption
impl Unpin for SiteReadOption
impl !UnwindSafe for SiteReadOption
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