pub struct SetContainerQueryTextReturnsBuilder { /* private fields */ }
Implementations§
source§impl SetContainerQueryTextReturnsBuilder
impl SetContainerQueryTextReturnsBuilder
pub fn container_query( self, container_query: impl Into<CssContainerQuery> ) -> SetContainerQueryTextReturnsBuilder
pub fn build(self) -> Result<SetContainerQueryTextReturns, String>
Trait Implementations§
source§impl Clone for SetContainerQueryTextReturnsBuilder
impl Clone for SetContainerQueryTextReturnsBuilder
source§fn clone(&self) -> SetContainerQueryTextReturnsBuilder
fn clone(&self) -> SetContainerQueryTextReturnsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SetContainerQueryTextReturnsBuilder
impl Default for SetContainerQueryTextReturnsBuilder
source§fn default() -> SetContainerQueryTextReturnsBuilder
fn default() -> SetContainerQueryTextReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetContainerQueryTextReturnsBuilder
impl Send for SetContainerQueryTextReturnsBuilder
impl Sync for SetContainerQueryTextReturnsBuilder
impl Unpin for SetContainerQueryTextReturnsBuilder
impl UnwindSafe for SetContainerQueryTextReturnsBuilder
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