pub struct SetContainerQueryTextResult {
pub container_query: CssContainerQuery,
}Fields§
§container_query: CssContainerQueryThe resulting CSS container query rule after modification.
Trait Implementations§
Source§impl Clone for SetContainerQueryTextResult
impl Clone for SetContainerQueryTextResult
Source§fn clone(&self) -> SetContainerQueryTextResult
fn clone(&self) -> SetContainerQueryTextResult
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 moreSource§impl Debug for SetContainerQueryTextResult
impl Debug for SetContainerQueryTextResult
Source§impl<'de> Deserialize<'de> for SetContainerQueryTextResult
impl<'de> Deserialize<'de> for SetContainerQueryTextResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl TryFrom<Value> for SetContainerQueryTextResult
impl TryFrom<Value> for SetContainerQueryTextResult
impl StructuralPartialEq for SetContainerQueryTextResult
Auto Trait Implementations§
impl Freeze for SetContainerQueryTextResult
impl RefUnwindSafe for SetContainerQueryTextResult
impl Send for SetContainerQueryTextResult
impl Sync for SetContainerQueryTextResult
impl Unpin for SetContainerQueryTextResult
impl UnsafeUnpin for SetContainerQueryTextResult
impl UnwindSafe for SetContainerQueryTextResult
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