pub struct IgnoreFile {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for IgnoreFile
impl Clone for IgnoreFile
Source§fn clone(&self) -> IgnoreFile
fn clone(&self) -> IgnoreFile
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 IgnoreFile
impl Debug for IgnoreFile
impl Eq for IgnoreFile
Source§impl PartialEq for IgnoreFile
impl PartialEq for IgnoreFile
impl StructuralPartialEq for IgnoreFile
Auto Trait Implementations§
impl Freeze for IgnoreFile
impl RefUnwindSafe for IgnoreFile
impl Send for IgnoreFile
impl Sync for IgnoreFile
impl Unpin for IgnoreFile
impl UnsafeUnpin for IgnoreFile
impl UnwindSafe for IgnoreFile
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