pub struct IframeBuilder<'a, S: State> { /* private fields */ }Expand description
Builder for constructing an instance of this type
Implementations§
Source§impl<'a> IframeBuilder<'a, Empty>
impl<'a> IframeBuilder<'a, Empty>
Source§impl<'a, S: State> IframeBuilder<'a, S>
impl<'a, S: State> IframeBuilder<'a, S>
Source§impl<'a, S> IframeBuilder<'a, S>
impl<'a, S> IframeBuilder<'a, S>
Auto Trait Implementations§
impl<'a, S> Freeze for IframeBuilder<'a, S>
impl<'a, S> RefUnwindSafe for IframeBuilder<'a, S>
impl<'a, S> Send for IframeBuilder<'a, S>
impl<'a, S> Sync for IframeBuilder<'a, S>
impl<'a, S> Unpin for IframeBuilder<'a, S>
impl<'a, S> UnwindSafe for IframeBuilder<'a, S>
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