pub struct ModeSLevelsPresentBuilder(/* private fields */);Implementations§
Source§impl ModeSLevelsPresentBuilder
impl ModeSLevelsPresentBuilder
pub fn new() -> Self
pub fn with_level_1(self, v: IffPresence) -> Self
pub fn with_level_2_els(self, v: IffPresence) -> Self
pub fn with_level_2_ehs(self, v: IffPresence) -> Self
pub fn with_level_3(self, v: IffPresence) -> Self
pub fn with_level_4(self, v: IffPresence) -> Self
pub fn build(self) -> ModeSLevelsPresent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeSLevelsPresentBuilder
impl RefUnwindSafe for ModeSLevelsPresentBuilder
impl Send for ModeSLevelsPresentBuilder
impl Sync for ModeSLevelsPresentBuilder
impl Unpin for ModeSLevelsPresentBuilder
impl UnwindSafe for ModeSLevelsPresentBuilder
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