pub struct HiddenFile {
pub mod_id: String,
pub rel_path: String,
}Expand description
A hidden file entry — prevents a specific file from a mod from being deployed.
Fields§
§mod_id: String§rel_path: StringTrait Implementations§
Source§impl Clone for HiddenFile
impl Clone for HiddenFile
Source§fn clone(&self) -> HiddenFile
fn clone(&self) -> HiddenFile
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 moreAuto Trait Implementations§
impl Freeze for HiddenFile
impl RefUnwindSafe for HiddenFile
impl Send for HiddenFile
impl Sync for HiddenFile
impl Unpin for HiddenFile
impl UnsafeUnpin for HiddenFile
impl UnwindSafe for HiddenFile
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