pub enum ShellCeiling {
None,
ReadOnly,
Full,
}Expand description
Shell posture, ordered most → least restrictive so min_with is the safe
side of a clamp.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ShellCeiling
impl Clone for ShellCeiling
Source§fn clone(&self) -> ShellCeiling
fn clone(&self) -> ShellCeiling
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 moreimpl Copy for ShellCeiling
Source§impl Debug for ShellCeiling
impl Debug for ShellCeiling
Source§impl<'de> Deserialize<'de> for ShellCeiling
impl<'de> Deserialize<'de> for ShellCeiling
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
impl Eq for ShellCeiling
Source§impl Ord for ShellCeiling
impl Ord for ShellCeiling
Source§fn cmp(&self, other: &ShellCeiling) -> Ordering
fn cmp(&self, other: &ShellCeiling) -> Ordering
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 PartialEq for ShellCeiling
impl PartialEq for ShellCeiling
Source§impl PartialOrd for ShellCeiling
impl PartialOrd for ShellCeiling
Source§impl Serialize for ShellCeiling
impl Serialize for ShellCeiling
impl StructuralPartialEq for ShellCeiling
Auto Trait Implementations§
impl Freeze for ShellCeiling
impl RefUnwindSafe for ShellCeiling
impl Send for ShellCeiling
impl Sync for ShellCeiling
impl Unpin for ShellCeiling
impl UnsafeUnpin for ShellCeiling
impl UnwindSafe for ShellCeiling
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