pub enum HostApiAccess {
None,
ExceptionRequired,
}Variants§
Trait Implementations§
Source§impl Clone for HostApiAccess
impl Clone for HostApiAccess
Source§fn clone(&self) -> HostApiAccess
fn clone(&self) -> HostApiAccess
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 HostApiAccess
impl Debug for HostApiAccess
Source§impl<'de> Deserialize<'de> for HostApiAccess
impl<'de> Deserialize<'de> for HostApiAccess
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 HostApiAccess
Source§impl PartialEq for HostApiAccess
impl PartialEq for HostApiAccess
Source§impl Serialize for HostApiAccess
impl Serialize for HostApiAccess
impl StructuralPartialEq for HostApiAccess
Auto Trait Implementations§
impl Freeze for HostApiAccess
impl RefUnwindSafe for HostApiAccess
impl Send for HostApiAccess
impl Sync for HostApiAccess
impl Unpin for HostApiAccess
impl UnsafeUnpin for HostApiAccess
impl UnwindSafe for HostApiAccess
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