pub struct LayerSummary {
pub l0_preview: Option<String>,
pub l1_preview: Option<String>,
pub has_l2: bool,
}Fields§
§l0_preview: Option<String>§l1_preview: Option<String>§has_l2: boolTrait Implementations§
Source§impl Clone for LayerSummary
impl Clone for LayerSummary
Source§fn clone(&self) -> LayerSummary
fn clone(&self) -> LayerSummary
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 LayerSummary
impl Debug for LayerSummary
Source§impl<'de> Deserialize<'de> for LayerSummary
impl<'de> Deserialize<'de> for LayerSummary
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 LayerSummary
impl RefUnwindSafe for LayerSummary
impl Send for LayerSummary
impl Sync for LayerSummary
impl Unpin for LayerSummary
impl UnsafeUnpin for LayerSummary
impl UnwindSafe for LayerSummary
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