pub enum ActionListDirectoryResultInfo {
IsDirectory(bool),
FileSize(u64),
}Expand description
The info oneof of ActionListDirectoryResult, as an owned value.
Variants§
Trait Implementations§
Source§impl Clone for ActionListDirectoryResultInfo
impl Clone for ActionListDirectoryResultInfo
Source§fn clone(&self) -> ActionListDirectoryResultInfo
fn clone(&self) -> ActionListDirectoryResultInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl StructuralPartialEq for ActionListDirectoryResultInfo
Auto Trait Implementations§
impl Freeze for ActionListDirectoryResultInfo
impl RefUnwindSafe for ActionListDirectoryResultInfo
impl Send for ActionListDirectoryResultInfo
impl Sync for ActionListDirectoryResultInfo
impl Unpin for ActionListDirectoryResultInfo
impl UnsafeUnpin for ActionListDirectoryResultInfo
impl UnwindSafe for ActionListDirectoryResultInfo
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