pub struct NamespaceDef {
pub id: NamespaceId,
pub name: String,
}Fields§
§id: NamespaceId§name: StringImplementations§
Source§impl NamespaceDef
impl NamespaceDef
Trait Implementations§
Source§impl Clone for NamespaceDef
impl Clone for NamespaceDef
Source§fn clone(&self) -> NamespaceDef
fn clone(&self) -> NamespaceDef
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceDef
impl Debug for NamespaceDef
Source§impl PartialEq for NamespaceDef
impl PartialEq for NamespaceDef
impl StructuralPartialEq for NamespaceDef
Auto Trait Implementations§
impl Freeze for NamespaceDef
impl RefUnwindSafe for NamespaceDef
impl Send for NamespaceDef
impl Sync for NamespaceDef
impl Unpin for NamespaceDef
impl UnwindSafe for NamespaceDef
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)