pub enum NodeScope {
Global,
Project,
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NodeScope
impl<'de> Deserialize<'de> for NodeScope
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 StructuralPartialEq for NodeScope
Auto Trait Implementations§
impl Freeze for NodeScope
impl RefUnwindSafe for NodeScope
impl Send for NodeScope
impl Sync for NodeScope
impl Unpin for NodeScope
impl UnsafeUnpin for NodeScope
impl UnwindSafe for NodeScope
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