pub struct SetSupportsTextReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetSupportsTextReturnObject.
Implementations§
Source§impl SetSupportsTextReturnObjectBuilder
impl SetSupportsTextReturnObjectBuilder
Sourcepub fn supports(&mut self, value: CssSupports) -> &mut Self
pub fn supports(&mut self, value: CssSupports) -> &mut Self
The resulting CSS Supports rule after modification.
Sourcepub fn build(
&self,
) -> Result<SetSupportsTextReturnObject, SetSupportsTextReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetSupportsTextReturnObject, SetSupportsTextReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for SetSupportsTextReturnObjectBuilder
impl Clone for SetSupportsTextReturnObjectBuilder
Source§fn clone(&self) -> SetSupportsTextReturnObjectBuilder
fn clone(&self) -> SetSupportsTextReturnObjectBuilder
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 SetSupportsTextReturnObjectBuilder
impl RefUnwindSafe for SetSupportsTextReturnObjectBuilder
impl Send for SetSupportsTextReturnObjectBuilder
impl Sync for SetSupportsTextReturnObjectBuilder
impl Unpin for SetSupportsTextReturnObjectBuilder
impl UnsafeUnpin for SetSupportsTextReturnObjectBuilder
impl UnwindSafe for SetSupportsTextReturnObjectBuilder
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