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