pub struct SetTimeDomainBuilder { /* private fields */ }Expand description
Builder for SetTimeDomain.
Implementations§
Source§impl SetTimeDomainBuilder
impl SetTimeDomainBuilder
Sourcepub fn time_domain<VALUE: Into<SetTimeDomainTimeDomainOption>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn time_domain<VALUE: Into<SetTimeDomainTimeDomainOption>>( &mut self, value: VALUE, ) -> &mut Self
Time domain
Sourcepub fn build(&self) -> Result<SetTimeDomain, SetTimeDomainBuilderError>
pub fn build(&self) -> Result<SetTimeDomain, SetTimeDomainBuilderError>
Trait Implementations§
Source§impl Clone for SetTimeDomainBuilder
impl Clone for SetTimeDomainBuilder
Source§fn clone(&self) -> SetTimeDomainBuilder
fn clone(&self) -> SetTimeDomainBuilder
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 SetTimeDomainBuilder
impl RefUnwindSafe for SetTimeDomainBuilder
impl Send for SetTimeDomainBuilder
impl Sync for SetTimeDomainBuilder
impl Unpin for SetTimeDomainBuilder
impl UnsafeUnpin for SetTimeDomainBuilder
impl UnwindSafe for SetTimeDomainBuilder
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