pub struct website;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for website
impl RefUnwindSafe for website
impl Send for website
impl Sync for website
impl Unpin for website
impl UnwindSafe for website
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