pub struct FrameLine {
pub side: FrameSide,
pub style: LineStyle,
}Fields§
§side: FrameSide§style: LineStyleTrait Implementations§
Source§impl<'de> Deserialize<'de> for FrameLine
impl<'de> Deserialize<'de> for FrameLine
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
impl Eq for FrameLine
impl StructuralPartialEq for FrameLine
Auto Trait Implementations§
impl Freeze for FrameLine
impl RefUnwindSafe for FrameLine
impl Send for FrameLine
impl Sync for FrameLine
impl Unpin for FrameLine
impl UnsafeUnpin for FrameLine
impl UnwindSafe for FrameLine
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