pub struct LegacyMemoryReadRoot {
pub legacy_project_key: String,
pub root: PathBuf,
pub read_only: bool,
}Fields§
§legacy_project_key: String§root: PathBuf§read_only: boolTrait Implementations§
Source§impl Clone for LegacyMemoryReadRoot
impl Clone for LegacyMemoryReadRoot
Source§fn clone(&self) -> LegacyMemoryReadRoot
fn clone(&self) -> LegacyMemoryReadRoot
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 LegacyMemoryReadRoot
impl Debug for LegacyMemoryReadRoot
impl Eq for LegacyMemoryReadRoot
Source§impl PartialEq for LegacyMemoryReadRoot
impl PartialEq for LegacyMemoryReadRoot
impl StructuralPartialEq for LegacyMemoryReadRoot
Auto Trait Implementations§
impl Freeze for LegacyMemoryReadRoot
impl RefUnwindSafe for LegacyMemoryReadRoot
impl Send for LegacyMemoryReadRoot
impl Sync for LegacyMemoryReadRoot
impl Unpin for LegacyMemoryReadRoot
impl UnsafeUnpin for LegacyMemoryReadRoot
impl UnwindSafe for LegacyMemoryReadRoot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.