#[non_exhaustive]pub struct FtpEntryPermissions(/* private fields */);
Expand description
Permissions of the Unix-like entry.
Implementations§
Trait Implementations§
Source§impl Debug for FtpEntryPermissions
impl Debug for FtpEntryPermissions
Auto Trait Implementations§
impl Freeze for FtpEntryPermissions
impl RefUnwindSafe for FtpEntryPermissions
impl Send for FtpEntryPermissions
impl Sync for FtpEntryPermissions
impl Unpin for FtpEntryPermissions
impl UnwindSafe for FtpEntryPermissions
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