pub enum DICTUrlAccess {
AccessOnly,
Define(String, Database, Option<usize>),
Match(String, Database, Strategy, Option<usize>),
}
Variants§
AccessOnly
Define(String, Database, Option<usize>)
Match(String, Database, Strategy, Option<usize>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DICTUrlAccess
impl RefUnwindSafe for DICTUrlAccess
impl Send for DICTUrlAccess
impl Sync for DICTUrlAccess
impl Unpin for DICTUrlAccess
impl UnwindSafe for DICTUrlAccess
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