pub enum AbsolutePathPolicy {
AllowLiteral,
DenyLiteral,
}Variants§
Trait Implementations§
Source§impl Clone for AbsolutePathPolicy
impl Clone for AbsolutePathPolicy
Source§fn clone(&self) -> AbsolutePathPolicy
fn clone(&self) -> AbsolutePathPolicy
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 AbsolutePathPolicy
Source§impl Debug for AbsolutePathPolicy
impl Debug for AbsolutePathPolicy
Source§impl Default for AbsolutePathPolicy
impl Default for AbsolutePathPolicy
Source§fn default() -> AbsolutePathPolicy
fn default() -> AbsolutePathPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AbsolutePathPolicy
impl<'de> Deserialize<'de> for AbsolutePathPolicy
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 AbsolutePathPolicy
Source§impl PartialEq for AbsolutePathPolicy
impl PartialEq for AbsolutePathPolicy
Source§impl Serialize for AbsolutePathPolicy
impl Serialize for AbsolutePathPolicy
impl StructuralPartialEq for AbsolutePathPolicy
Auto Trait Implementations§
impl Freeze for AbsolutePathPolicy
impl RefUnwindSafe for AbsolutePathPolicy
impl Send for AbsolutePathPolicy
impl Sync for AbsolutePathPolicy
impl Unpin for AbsolutePathPolicy
impl UnsafeUnpin for AbsolutePathPolicy
impl UnwindSafe for AbsolutePathPolicy
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