pub struct GateSection {
pub pct: Option<f64>,
}Expand description
The [gate] table in tak.toml.
Fields§
§pct: Option<f64>Trait Implementations§
Source§impl Clone for GateSection
impl Clone for GateSection
Source§fn clone(&self) -> GateSection
fn clone(&self) -> GateSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GateSection
impl Debug for GateSection
Source§impl Default for GateSection
impl Default for GateSection
Source§fn default() -> GateSection
fn default() -> GateSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GateSection
impl<'de> Deserialize<'de> for GateSection
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
Source§impl PartialEq for GateSection
impl PartialEq for GateSection
impl StructuralPartialEq for GateSection
Auto Trait Implementations§
impl Freeze for GateSection
impl RefUnwindSafe for GateSection
impl Send for GateSection
impl Sync for GateSection
impl Unpin for GateSection
impl UnsafeUnpin for GateSection
impl UnwindSafe for GateSection
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