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