pub struct DefaultDomain;
Expand description
If only one domain is required, this can be used.
But if you have your own domain type defined with domain_enum!
or implementing DomainEnumeration
manually, do not use this.
Different domain types should never be mixed!
Trait Implementations§
Source§impl DomainEnumeration for DefaultDomain
impl DomainEnumeration for DefaultDomain
Auto Trait Implementations§
impl Freeze for DefaultDomain
impl RefUnwindSafe for DefaultDomain
impl Send for DefaultDomain
impl Sync for DefaultDomain
impl Unpin for DefaultDomain
impl UnwindSafe for DefaultDomain
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