pub struct SystemIdBuilder(/* private fields */);Implementations§
Source§impl SystemIdBuilder
impl SystemIdBuilder
pub fn new() -> Self
pub fn with_system_type(self, v: IffSystemType) -> Self
pub fn with_system_name(self, v: IffSystemName) -> Self
pub fn with_system_mode(self, v: IffSystemMode) -> Self
pub fn with_change_options(self, v: ChangeOptionsRecord) -> Self
pub fn build(self) -> SystemId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemIdBuilder
impl RefUnwindSafe for SystemIdBuilder
impl Send for SystemIdBuilder
impl Sync for SystemIdBuilder
impl Unpin for SystemIdBuilder
impl UnwindSafe for SystemIdBuilder
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