pub struct ImportProfileBuilder { /* private fields */ }Expand description
Builder for ImportProfile.
Implementations§
Source§impl ImportProfileBuilder
impl ImportProfileBuilder
Sourcepub fn href<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn href<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
A resolvable URL reference to the profile or catalog to use as the system’s control baseline.
pub fn remarks<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<ImportProfile, ImportProfileBuilderError>
pub fn build(&self) -> Result<ImportProfile, ImportProfileBuilderError>
Trait Implementations§
Source§impl Clone for ImportProfileBuilder
impl Clone for ImportProfileBuilder
Source§fn clone(&self) -> ImportProfileBuilder
fn clone(&self) -> ImportProfileBuilder
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 ImportProfileBuilder
impl RefUnwindSafe for ImportProfileBuilder
impl Send for ImportProfileBuilder
impl Sync for ImportProfileBuilder
impl Unpin for ImportProfileBuilder
impl UnwindSafe for ImportProfileBuilder
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