pub struct NamedPiStore {
pub name: String,
pub path: String,
}Fields§
§name: String§path: StringTrait Implementations§
Source§impl Clone for NamedPiStore
impl Clone for NamedPiStore
Source§fn clone(&self) -> NamedPiStore
fn clone(&self) -> NamedPiStore
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 NamedPiStore
impl Debug for NamedPiStore
impl Eq for NamedPiStore
Source§impl PartialEq for NamedPiStore
impl PartialEq for NamedPiStore
impl StructuralPartialEq for NamedPiStore
Auto Trait Implementations§
impl Freeze for NamedPiStore
impl RefUnwindSafe for NamedPiStore
impl Send for NamedPiStore
impl Sync for NamedPiStore
impl Unpin for NamedPiStore
impl UnsafeUnpin for NamedPiStore
impl UnwindSafe for NamedPiStore
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