pub struct NamespaceBinding {
pub namespace: String,
pub path: PathBuf,
}Fields§
§namespace: String§path: PathBufTrait Implementations§
Source§impl Clone for NamespaceBinding
impl Clone for NamespaceBinding
Source§fn clone(&self) -> NamespaceBinding
fn clone(&self) -> NamespaceBinding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NamespaceBinding
impl RefUnwindSafe for NamespaceBinding
impl Send for NamespaceBinding
impl Sync for NamespaceBinding
impl Unpin for NamespaceBinding
impl UnwindSafe for NamespaceBinding
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