pub struct SetSupportsTextParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetSupportsTextParamsBuilder<'a>
impl<'a> SetSupportsTextParamsBuilder<'a>
pub fn build(self) -> SetSupportsTextParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetSupportsTextParamsBuilder<'a>
impl<'a> RefUnwindSafe for SetSupportsTextParamsBuilder<'a>
impl<'a> Send for SetSupportsTextParamsBuilder<'a>
impl<'a> Sync for SetSupportsTextParamsBuilder<'a>
impl<'a> Unpin for SetSupportsTextParamsBuilder<'a>
impl<'a> UnsafeUnpin for SetSupportsTextParamsBuilder<'a>
impl<'a> UnwindSafe for SetSupportsTextParamsBuilder<'a>
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