pub struct SetContainerQueryTextReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetContainerQueryTextReturnObject.
Implementations§
Source§impl SetContainerQueryTextReturnObjectBuilder
impl SetContainerQueryTextReturnObjectBuilder
Sourcepub fn container_query(&mut self, value: CssContainerQuery) -> &mut Self
pub fn container_query(&mut self, value: CssContainerQuery) -> &mut Self
The resulting CSS container query rule after modification.
Sourcepub fn build(
&self,
) -> Result<SetContainerQueryTextReturnObject, SetContainerQueryTextReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetContainerQueryTextReturnObject, SetContainerQueryTextReturnObjectBuilderError>
Builds a new SetContainerQueryTextReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for SetContainerQueryTextReturnObjectBuilder
impl Clone for SetContainerQueryTextReturnObjectBuilder
Source§fn clone(&self) -> SetContainerQueryTextReturnObjectBuilder
fn clone(&self) -> SetContainerQueryTextReturnObjectBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SetContainerQueryTextReturnObjectBuilder
impl RefUnwindSafe for SetContainerQueryTextReturnObjectBuilder
impl Send for SetContainerQueryTextReturnObjectBuilder
impl Sync for SetContainerQueryTextReturnObjectBuilder
impl Unpin for SetContainerQueryTextReturnObjectBuilder
impl UnsafeUnpin for SetContainerQueryTextReturnObjectBuilder
impl UnwindSafe for SetContainerQueryTextReturnObjectBuilder
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