pub struct DomainStrategy;Expand description
Extracts tenant identifier from the full domain name in the Host header.
Created by domain(). Produces TenantId::Domain.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomainStrategy
impl RefUnwindSafe for DomainStrategy
impl Send for DomainStrategy
impl Sync for DomainStrategy
impl Unpin for DomainStrategy
impl UnsafeUnpin for DomainStrategy
impl UnwindSafe for DomainStrategy
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