pub struct WrapperInfo {
pub name: String,
pub floor_effect: Effect,
pub clears_env: bool,
pub escalates_privilege: bool,
}Expand description
Wrapper metadata returned when the base command is a known wrapper.
Fields§
§name: String§floor_effect: Effect§clears_env: bool§escalates_privilege: boolTrait Implementations§
Source§impl Clone for WrapperInfo
impl Clone for WrapperInfo
Source§fn clone(&self) -> WrapperInfo
fn clone(&self) -> WrapperInfo
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 WrapperInfo
impl Debug for WrapperInfo
impl Eq for WrapperInfo
Source§impl PartialEq for WrapperInfo
impl PartialEq for WrapperInfo
Source§fn eq(&self, other: &WrapperInfo) -> bool
fn eq(&self, other: &WrapperInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WrapperInfo
Auto Trait Implementations§
impl Freeze for WrapperInfo
impl RefUnwindSafe for WrapperInfo
impl Send for WrapperInfo
impl Sync for WrapperInfo
impl Unpin for WrapperInfo
impl UnsafeUnpin for WrapperInfo
impl UnwindSafe for WrapperInfo
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> 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.