pub struct DirTarget {
pub name: String,
}Expand description
Directory target struct.
Fields§
§name: StringThe name of the directory target.
By default, it is a empty string.
Implementations§
Trait Implementations§
impl Eq for DirTarget
impl StructuralPartialEq for DirTarget
Auto Trait Implementations§
impl Freeze for DirTarget
impl RefUnwindSafe for DirTarget
impl Send for DirTarget
impl Sync for DirTarget
impl Unpin for DirTarget
impl UnwindSafe for DirTarget
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