#[repr(i32)]pub enum OpenFilesTypeProto {
AllOpenFiles = 1,
BlockingDecommission = 2,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OpenFilesTypeProto
impl Clone for OpenFilesTypeProto
Source§fn clone(&self) -> OpenFilesTypeProto
fn clone(&self) -> OpenFilesTypeProto
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 OpenFilesTypeProto
impl Debug for OpenFilesTypeProto
Source§impl Default for OpenFilesTypeProto
impl Default for OpenFilesTypeProto
Source§fn default() -> OpenFilesTypeProto
fn default() -> OpenFilesTypeProto
Returns the “default value” for a type. Read more
Source§impl From<OpenFilesTypeProto> for i32
impl From<OpenFilesTypeProto> for i32
Source§fn from(value: OpenFilesTypeProto) -> i32
fn from(value: OpenFilesTypeProto) -> i32
Converts to this type from the input type.
Source§impl Hash for OpenFilesTypeProto
impl Hash for OpenFilesTypeProto
Source§impl Ord for OpenFilesTypeProto
impl Ord for OpenFilesTypeProto
Source§fn cmp(&self, other: &OpenFilesTypeProto) -> Ordering
fn cmp(&self, other: &OpenFilesTypeProto) -> Ordering
1.21.0 · 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 OpenFilesTypeProto
impl PartialEq for OpenFilesTypeProto
Source§impl PartialOrd for OpenFilesTypeProto
impl PartialOrd for OpenFilesTypeProto
impl Copy for OpenFilesTypeProto
impl Eq for OpenFilesTypeProto
impl StructuralPartialEq for OpenFilesTypeProto
Auto Trait Implementations§
impl Freeze for OpenFilesTypeProto
impl RefUnwindSafe for OpenFilesTypeProto
impl Send for OpenFilesTypeProto
impl Sync for OpenFilesTypeProto
impl Unpin for OpenFilesTypeProto
impl UnwindSafe for OpenFilesTypeProto
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