Struct i3status_rs::RenderedBlock
source · pub struct RenderedBlock {
pub segments: Vec<I3BarBlock>,
pub merge_with_next: bool,
}Fields§
§segments: Vec<I3BarBlock>§merge_with_next: boolTrait Implementations§
source§impl Clone for RenderedBlock
impl Clone for RenderedBlock
source§fn clone(&self) -> RenderedBlock
fn clone(&self) -> RenderedBlock
Returns a copy 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 RefUnwindSafe for RenderedBlock
impl Send for RenderedBlock
impl Sync for RenderedBlock
impl Unpin for RenderedBlock
impl UnwindSafe for RenderedBlock
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