pub struct MemoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Source§impl Clone for MemoryPath
impl Clone for MemoryPath
Source§fn clone(&self) -> MemoryPath
fn clone(&self) -> MemoryPath
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemoryPath
impl Debug for MemoryPath
Source§impl PartialEq for MemoryPath
impl PartialEq for MemoryPath
impl StructuralPartialEq for MemoryPath
Auto Trait Implementations§
impl Freeze for MemoryPath
impl RefUnwindSafe for MemoryPath
impl Send for MemoryPath
impl Sync for MemoryPath
impl Unpin for MemoryPath
impl UnwindSafe for MemoryPath
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