pub struct StripLogEntry {Show 15 fields
pub top_level: f64,
pub bottom_level: f64,
pub thickness: f64,
pub reference: String,
pub typical_description: Option<String>,
pub behavior: SoilType,
pub unit_weight: Option<f64>,
pub phi_prime_deg: Option<f64>,
pub c_prime: Option<f64>,
pub cu: Option<f64>,
pub gw_within_layer: bool,
pub gw_above_top: bool,
pub sigma_v_total_mid: Option<f64>,
pub u_mid: Option<f64>,
pub sigma_v_prime_mid: Option<f64>,
}Fields§
§top_level: f64§bottom_level: f64§thickness: f64§reference: String§typical_description: Option<String>§behavior: SoilType§unit_weight: Option<f64>§phi_prime_deg: Option<f64>§c_prime: Option<f64>§cu: Option<f64>§gw_within_layer: bool§gw_above_top: bool§sigma_v_total_mid: Option<f64>§u_mid: Option<f64>§sigma_v_prime_mid: Option<f64>Trait Implementations§
Source§impl Clone for StripLogEntry
impl Clone for StripLogEntry
Source§fn clone(&self) -> StripLogEntry
fn clone(&self) -> StripLogEntry
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 StripLogEntry
impl Debug for StripLogEntry
Source§impl<'de> Deserialize<'de> for StripLogEntry
impl<'de> Deserialize<'de> for StripLogEntry
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 StripLogEntry
impl RefUnwindSafe for StripLogEntry
impl Send for StripLogEntry
impl Sync for StripLogEntry
impl Unpin for StripLogEntry
impl UnsafeUnpin for StripLogEntry
impl UnwindSafe for StripLogEntry
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