pub struct Rights(/* private fields */);
Expand description
Opaque rights type to define new traits like PartialOrd on.
Implementations§
Trait Implementations§
Source§impl From<Operations> for Rights
impl From<Operations> for Rights
Allows creating rights from fio::Operations.
Source§fn from(rights: Operations) -> Self
fn from(rights: Operations) -> Self
Converts to this type from the input type.
impl Copy for Rights
impl Eq for Rights
impl StructuralPartialEq for Rights
Auto Trait Implementations§
impl Freeze for Rights
impl RefUnwindSafe for Rights
impl Send for Rights
impl Sync for Rights
impl Unpin for Rights
impl UnwindSafe for Rights
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)