pub struct OpenIntent {
pub read: bool,
pub write: bool,
pub create: bool,
pub truncate: bool,
pub append: bool,
pub path_only: bool,
pub resolve_flags: u64,
pub other_flags: u64,
}Fields§
§read: bool§write: bool§create: bool§truncate: bool§append: bool§path_only: bool§resolve_flags: u64§other_flags: u64Trait Implementations§
Source§impl Clone for OpenIntent
impl Clone for OpenIntent
Source§impl Debug for OpenIntent
impl Debug for OpenIntent
Source§impl<'de> Deserialize<'de> for OpenIntent
impl<'de> Deserialize<'de> for OpenIntent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OpenIntent
Source§impl Ord for OpenIntent
impl Ord for OpenIntent
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for OpenIntent
impl PartialEq for OpenIntent
Source§impl PartialOrd for OpenIntent
impl PartialOrd for OpenIntent
Source§impl Serialize for OpenIntent
impl Serialize for OpenIntent
impl StructuralPartialEq for OpenIntent
Auto Trait Implementations§
impl Freeze for OpenIntent
impl RefUnwindSafe for OpenIntent
impl Send for OpenIntent
impl Sync for OpenIntent
impl Unpin for OpenIntent
impl UnsafeUnpin for OpenIntent
impl UnwindSafe for OpenIntent
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