pub struct WebsiteInstall;Expand description
Preset website-install: install-section UX audit for project websites.
Trait Implementations§
Source§impl Clone for WebsiteInstall
impl Clone for WebsiteInstall
Source§fn clone(&self) -> WebsiteInstall
fn clone(&self) -> WebsiteInstall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WebsiteInstall
Source§impl Debug for WebsiteInstall
impl Debug for WebsiteInstall
Source§impl Default for WebsiteInstall
impl Default for WebsiteInstall
Source§fn default() -> WebsiteInstall
fn default() -> WebsiteInstall
Returns the “default value” for a type. Read more
impl Eq for WebsiteInstall
Source§impl PartialEq for WebsiteInstall
impl PartialEq for WebsiteInstall
Source§fn eq(&self, other: &WebsiteInstall) -> bool
fn eq(&self, other: &WebsiteInstall) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl QuestionPreset for WebsiteInstall
impl QuestionPreset for WebsiteInstall
impl StructuralPartialEq for WebsiteInstall
Auto Trait Implementations§
impl Freeze for WebsiteInstall
impl RefUnwindSafe for WebsiteInstall
impl Send for WebsiteInstall
impl Sync for WebsiteInstall
impl Unpin for WebsiteInstall
impl UnsafeUnpin for WebsiteInstall
impl UnwindSafe for WebsiteInstall
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.