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 (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 MemoryPath
impl Debug for MemoryPath
Source§impl PartialEq for MemoryPath
impl PartialEq for MemoryPath
Source§fn eq(&self, other: &MemoryPath) -> bool
fn eq(&self, other: &MemoryPath) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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