pub struct MemoryPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
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