pub struct NamespaceReferenceBuilder { /* private fields */ }
Expand description
Builder for NamespaceReference
.
Implementations§
Source§impl NamespaceReferenceBuilder
impl NamespaceReferenceBuilder
pub fn path<VALUE: Into<Option<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn namespace_reference_type<VALUE: Into<NamespaceType>>( &mut self, value: VALUE, ) -> &mut Self
Trait Implementations§
Source§impl Clone for NamespaceReferenceBuilder
impl Clone for NamespaceReferenceBuilder
Source§fn clone(&self) -> NamespaceReferenceBuilder
fn clone(&self) -> NamespaceReferenceBuilder
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 moreSource§impl Default for NamespaceReferenceBuilder
impl Default for NamespaceReferenceBuilder
Source§fn default() -> NamespaceReferenceBuilder
fn default() -> NamespaceReferenceBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NamespaceReferenceBuilder
impl RefUnwindSafe for NamespaceReferenceBuilder
impl Send for NamespaceReferenceBuilder
impl Sync for NamespaceReferenceBuilder
impl Unpin for NamespaceReferenceBuilder
impl UnwindSafe for NamespaceReferenceBuilder
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