pub struct GroupPath {Show 13 fields
pub name: Option<Argument>,
pub default: bool,
pub weight: Option<Argument>,
pub from: Option<Argument>,
pub rise_from: Option<Argument>,
pub fall_from: Option<Argument>,
pub to: Option<Argument>,
pub rise_to: Option<Argument>,
pub fall_to: Option<Argument>,
pub through: Vec<Argument>,
pub rise_through: Vec<Argument>,
pub fall_through: Vec<Argument>,
pub comment: Option<Argument>,
/* private fields */
}Expand description
group_path
Fields§
§name: Option<Argument>§default: bool§weight: Option<Argument>§from: Option<Argument>§rise_from: Option<Argument>§fall_from: Option<Argument>§to: Option<Argument>§rise_to: Option<Argument>§fall_to: Option<Argument>§through: Vec<Argument>§rise_through: Vec<Argument>§fall_through: Vec<Argument>§comment: Option<Argument>Trait Implementations§
impl Eq for GroupPath
Source§impl Ord for GroupPath
impl Ord for GroupPath
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for GroupPath
impl PartialOrd for GroupPath
impl StructuralPartialEq for GroupPath
Auto Trait Implementations§
impl Freeze for GroupPath
impl RefUnwindSafe for GroupPath
impl Send for GroupPath
impl Sync for GroupPath
impl Unpin for GroupPath
impl UnsafeUnpin for GroupPath
impl UnwindSafe for GroupPath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.