Struct pages::subdomains::ID
source · [−]Fields
first: &'a str
second: &'a str
third: &'a str
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ID<'a>
impl<'a> Send for ID<'a>
impl<'a> Sync for ID<'a>
impl<'a> Unpin for ID<'a>
impl<'a> UnwindSafe for ID<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more