pub struct RowColVgLayoutAlign {
pub column: Option<VgLayoutAlign>,
pub row: Option<VgLayoutAlign>,
}Fields§
§column: Option<VgLayoutAlign>§row: Option<VgLayoutAlign>Trait Implementations§
Source§impl Debug for RowColVgLayoutAlign
impl Debug for RowColVgLayoutAlign
Source§impl<'de> Deserialize<'de> for RowColVgLayoutAlign
impl<'de> Deserialize<'de> for RowColVgLayoutAlign
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
Auto Trait Implementations§
impl Freeze for RowColVgLayoutAlign
impl RefUnwindSafe for RowColVgLayoutAlign
impl Send for RowColVgLayoutAlign
impl Sync for RowColVgLayoutAlign
impl Unpin for RowColVgLayoutAlign
impl UnwindSafe for RowColVgLayoutAlign
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