pub struct CustomFileRule {
pub path: String,
}Fields§
§path: StringTrait Implementations§
Source§impl Clone for CustomFileRule
impl Clone for CustomFileRule
Source§fn clone(&self) -> CustomFileRule
fn clone(&self) -> CustomFileRule
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 moreSource§impl Debug for CustomFileRule
impl Debug for CustomFileRule
Source§impl<'de> Deserialize<'de> for CustomFileRule
impl<'de> Deserialize<'de> for CustomFileRule
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
Source§impl PartialEq for CustomFileRule
impl PartialEq for CustomFileRule
Source§fn eq(&self, other: &CustomFileRule) -> bool
fn eq(&self, other: &CustomFileRule) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CustomFileRule
impl Serialize for CustomFileRule
impl Eq for CustomFileRule
impl StructuralPartialEq for CustomFileRule
Auto Trait Implementations§
impl Freeze for CustomFileRule
impl RefUnwindSafe for CustomFileRule
impl Send for CustomFileRule
impl Sync for CustomFileRule
impl Unpin for CustomFileRule
impl UnsafeUnpin for CustomFileRule
impl UnwindSafe for CustomFileRule
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