pub enum FocusAccessPath {
Api,
Subscription,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FocusAccessPath
impl Clone for FocusAccessPath
Source§fn clone(&self) -> FocusAccessPath
fn clone(&self) -> FocusAccessPath
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 FocusAccessPath
Source§impl Debug for FocusAccessPath
impl Debug for FocusAccessPath
Source§impl<'de> Deserialize<'de> for FocusAccessPath
impl<'de> Deserialize<'de> for FocusAccessPath
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 FocusAccessPath
Source§impl PartialEq for FocusAccessPath
impl PartialEq for FocusAccessPath
Source§fn eq(&self, other: &FocusAccessPath) -> bool
fn eq(&self, other: &FocusAccessPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FocusAccessPath
impl Serialize for FocusAccessPath
impl StructuralPartialEq for FocusAccessPath
Auto Trait Implementations§
impl Freeze for FocusAccessPath
impl RefUnwindSafe for FocusAccessPath
impl Send for FocusAccessPath
impl Sync for FocusAccessPath
impl Unpin for FocusAccessPath
impl UnsafeUnpin for FocusAccessPath
impl UnwindSafe for FocusAccessPath
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