pub enum PassiveOrAgressiveType1Code {
CodeAGRE,
CodePASV,
}Variants§
Implementations§
Source§impl PassiveOrAgressiveType1Code
impl PassiveOrAgressiveType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PassiveOrAgressiveType1Code
impl RefUnwindSafe for PassiveOrAgressiveType1Code
impl Send for PassiveOrAgressiveType1Code
impl Sync for PassiveOrAgressiveType1Code
impl Unpin for PassiveOrAgressiveType1Code
impl UnwindSafe for PassiveOrAgressiveType1Code
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