pub struct ELUVMethodBuilder { /* private fields */ }Implementations§
Source§impl ELUVMethodBuilder
impl ELUVMethodBuilder
pub fn new() -> Self
pub fn character_set(self, set: CharacterSetType) -> Self
pub fn variant(self, variant: ELUVMethodVariant) -> Self
pub fn build(&self) -> ELUVMethod
Auto Trait Implementations§
impl Freeze for ELUVMethodBuilder
impl RefUnwindSafe for ELUVMethodBuilder
impl Send for ELUVMethodBuilder
impl Sync for ELUVMethodBuilder
impl Unpin for ELUVMethodBuilder
impl UnwindSafe for ELUVMethodBuilder
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