pub enum LintSafeRootRelativePath {
PagesRoot,
PagesState,
PagesManifest,
PagesStubs,
}Variants§
Trait Implementations§
Source§impl Clone for LintSafeRootRelativePath
impl Clone for LintSafeRootRelativePath
Source§fn clone(&self) -> LintSafeRootRelativePath
fn clone(&self) -> LintSafeRootRelativePath
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 LintSafeRootRelativePath
Source§impl Debug for LintSafeRootRelativePath
impl Debug for LintSafeRootRelativePath
Source§impl<'de> Deserialize<'de> for LintSafeRootRelativePath
impl<'de> Deserialize<'de> for LintSafeRootRelativePath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LintSafeRootRelativePath
Source§impl PartialEq for LintSafeRootRelativePath
impl PartialEq for LintSafeRootRelativePath
Source§impl Serialize for LintSafeRootRelativePath
impl Serialize for LintSafeRootRelativePath
impl StructuralPartialEq for LintSafeRootRelativePath
Auto Trait Implementations§
impl Freeze for LintSafeRootRelativePath
impl RefUnwindSafe for LintSafeRootRelativePath
impl Send for LintSafeRootRelativePath
impl Sync for LintSafeRootRelativePath
impl Unpin for LintSafeRootRelativePath
impl UnsafeUnpin for LintSafeRootRelativePath
impl UnwindSafe for LintSafeRootRelativePath
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