pub enum HostAccessType {
Read,
Write,
}Expand description
Specifies which type of host access is performed on a resource.
Variants§
Trait Implementations§
Source§impl Clone for HostAccessType
impl Clone for HostAccessType
Source§fn clone(&self) -> HostAccessType
fn clone(&self) -> HostAccessType
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 Copy for HostAccessType
Source§impl Debug for HostAccessType
impl Debug for HostAccessType
impl Eq for HostAccessType
Source§impl Hash for HostAccessType
impl Hash for HostAccessType
Source§impl PartialEq for HostAccessType
impl PartialEq for HostAccessType
Source§fn eq(&self, other: &HostAccessType) -> bool
fn eq(&self, other: &HostAccessType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HostAccessType
Auto Trait Implementations§
impl Freeze for HostAccessType
impl RefUnwindSafe for HostAccessType
impl Send for HostAccessType
impl Sync for HostAccessType
impl Unpin for HostAccessType
impl UnsafeUnpin for HostAccessType
impl UnwindSafe for HostAccessType
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