pub struct FileTarget {
pub name: String,
}Expand description
File target struct.
Fields§
§name: StringThe name of the file target.
By default, it is a empty string.
Implementations§
Trait Implementations§
Source§impl Clone for FileTarget
impl Clone for FileTarget
Source§fn clone(&self) -> FileTarget
fn clone(&self) -> FileTarget
Returns a duplicate of the value. Read more
1.0.0 · 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 FileTarget
impl Debug for FileTarget
Source§impl Default for FileTarget
impl Default for FileTarget
Source§impl PartialEq for FileTarget
impl PartialEq for FileTarget
impl Eq for FileTarget
impl StructuralPartialEq for FileTarget
Auto Trait Implementations§
impl Freeze for FileTarget
impl RefUnwindSafe for FileTarget
impl Send for FileTarget
impl Sync for FileTarget
impl Unpin for FileTarget
impl UnwindSafe for FileTarget
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