pub struct BlockFrame {
pub props: BlockProps,
pub style: Style,
}Fields§
§props: BlockProps§style: StyleImplementations§
Trait Implementations§
Source§impl Clone for BlockFrame
impl Clone for BlockFrame
Source§fn clone(&self) -> BlockFrame
fn clone(&self) -> BlockFrame
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 BlockFrame
impl Debug for BlockFrame
Source§impl PartialEq for BlockFrame
impl PartialEq for BlockFrame
impl Eq for BlockFrame
impl StructuralPartialEq for BlockFrame
Auto Trait Implementations§
impl Freeze for BlockFrame
impl RefUnwindSafe for BlockFrame
impl Send for BlockFrame
impl Sync for BlockFrame
impl Unpin for BlockFrame
impl UnsafeUnpin for BlockFrame
impl UnwindSafe for BlockFrame
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