pub struct WebsiteState {}Trait Implementations§
impl BucketBuilderState for WebsiteState
Auto Trait Implementations§
impl Freeze for WebsiteState
impl RefUnwindSafe for WebsiteState
impl Send for WebsiteState
impl Sync for WebsiteState
impl Unpin for WebsiteState
impl UnsafeUnpin for WebsiteState
impl UnwindSafe for WebsiteState
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