pub enum OpenType {
File = 0,
Dir = 1,
}
Expand description
How to open a file handle with libssh2.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenType
impl RefUnwindSafe for OpenType
impl Send for OpenType
impl Sync for OpenType
impl Unpin for OpenType
impl UnwindSafe for OpenType
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