pub struct NamespaceToCreate {
pub namespace_fragment: Option<Fragment>,
pub name: String,
}Fields§
§namespace_fragment: Option<Fragment>§name: StringTrait Implementations§
Source§impl Clone for NamespaceToCreate
impl Clone for NamespaceToCreate
Source§fn clone(&self) -> NamespaceToCreate
fn clone(&self) -> NamespaceToCreate
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 NamespaceToCreate
impl RefUnwindSafe for NamespaceToCreate
impl Send for NamespaceToCreate
impl Sync for NamespaceToCreate
impl Unpin for NamespaceToCreate
impl UnwindSafe for NamespaceToCreate
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