pub struct DisplacementFile {
pub signature: String,
pub path: String,
}Expand description
displace displacementFile { signature; path; }.
Fields§
§signature: String§path: StringTrait Implementations§
Source§impl Clone for DisplacementFile
impl Clone for DisplacementFile
Source§fn clone(&self) -> DisplacementFile
fn clone(&self) -> DisplacementFile
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 DisplacementFile
impl Debug for DisplacementFile
Source§impl Default for DisplacementFile
impl Default for DisplacementFile
Source§fn default() -> DisplacementFile
fn default() -> DisplacementFile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DisplacementFile
impl RefUnwindSafe for DisplacementFile
impl Send for DisplacementFile
impl Sync for DisplacementFile
impl Unpin for DisplacementFile
impl UnsafeUnpin for DisplacementFile
impl UnwindSafe for DisplacementFile
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