pub struct PythonVfsRpcStat {
pub mode: u32,
pub size: u64,
pub is_directory: bool,
pub is_symbolic_link: bool,
}Fields§
§mode: u32§size: u64§is_directory: bool§is_symbolic_link: boolTrait Implementations§
Source§impl Clone for PythonVfsRpcStat
impl Clone for PythonVfsRpcStat
Source§fn clone(&self) -> PythonVfsRpcStat
fn clone(&self) -> PythonVfsRpcStat
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 moreSource§impl Debug for PythonVfsRpcStat
impl Debug for PythonVfsRpcStat
impl Eq for PythonVfsRpcStat
Source§impl PartialEq for PythonVfsRpcStat
impl PartialEq for PythonVfsRpcStat
Source§fn eq(&self, other: &PythonVfsRpcStat) -> bool
fn eq(&self, other: &PythonVfsRpcStat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PythonVfsRpcStat
Auto Trait Implementations§
impl Freeze for PythonVfsRpcStat
impl RefUnwindSafe for PythonVfsRpcStat
impl Send for PythonVfsRpcStat
impl Sync for PythonVfsRpcStat
impl Unpin for PythonVfsRpcStat
impl UnsafeUnpin for PythonVfsRpcStat
impl UnwindSafe for PythonVfsRpcStat
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